trying to fix niri
This commit is contained in:
parent
243dbe3050
commit
8454d87be1
1 changed files with 9 additions and 0 deletions
|
@ -4,11 +4,13 @@
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, libxkbcommon
|
, libxkbcommon
|
||||||
, pipewire
|
, pipewire
|
||||||
|
, systemd
|
||||||
, seatd
|
, seatd
|
||||||
, udev
|
, udev
|
||||||
, wayland
|
, wayland
|
||||||
, libinput
|
, libinput
|
||||||
, mesa
|
, mesa
|
||||||
|
, libglvnd
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
|
@ -38,6 +40,7 @@ rustPlatform.buildRustPackage {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
pipewire
|
pipewire
|
||||||
|
systemd
|
||||||
seatd
|
seatd
|
||||||
udev
|
udev
|
||||||
wayland
|
wayland
|
||||||
|
@ -45,6 +48,12 @@ rustPlatform.buildRustPackage {
|
||||||
mesa # libgbm
|
mesa # libgbm
|
||||||
];
|
];
|
||||||
|
|
||||||
|
runtimeDependencies = [
|
||||||
|
wayland
|
||||||
|
mesa
|
||||||
|
libglvnd
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A scrollable-tiling Wayland compositor";
|
description = "A scrollable-tiling Wayland compositor";
|
||||||
homepage = "https://github.com/YaLTeR/niri";
|
homepage = "https://github.com/YaLTeR/niri";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue