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
|
||||
, 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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue