trying to fix niri

This commit is contained in:
twoneis 2023-11-19 10:50:46 +01:00
parent 243dbe3050
commit 8454d87be1

View file

@ -4,11 +4,13 @@
, pkg-config
, libxkbcommon
, pipewire
, systemd
, seatd
, udev
, wayland
, libinput
, mesa
, libglvnd
}:
rustPlatform.buildRustPackage {
@ -38,6 +40,7 @@ rustPlatform.buildRustPackage {
buildInputs = [
libxkbcommon
pipewire
systemd
seatd
udev
wayland
@ -45,6 +48,12 @@ rustPlatform.buildRustPackage {
mesa # libgbm
];
runtimeDependencies = [
wayland
mesa
libglvnd
];
meta = with lib; {
description = "A scrollable-tiling Wayland compositor";
homepage = "https://github.com/YaLTeR/niri";