prl-tools: add wayland dependency (#382771)
This commit is contained in:
commit
21e273a27d
@ -20,6 +20,7 @@
|
||||
netcat,
|
||||
timetrap,
|
||||
util-linux,
|
||||
wayland,
|
||||
}:
|
||||
|
||||
let
|
||||
@ -29,6 +30,7 @@ let
|
||||
libPath = lib.concatStringsSep ":" [
|
||||
"${glib.out}/lib"
|
||||
"${xorg.libXrandr}/lib"
|
||||
"${wayland.out}/lib"
|
||||
];
|
||||
scriptPath = lib.concatStringsSep ":" [
|
||||
"${bash}/bin"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user