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