signal: add missing wayland lib as runtime dependency

This commit is contained in:
Jörg Thalheim 2022-12-18 20:04:30 +01:00
parent 0cd235bc68
commit 639401568b

View file

@ -47,6 +47,7 @@
, libdbusmenu
, libpulseaudio
, xdg-utils
, wayland
}:
stdenv.mkDerivation rec {
@ -112,6 +113,7 @@ stdenv.mkDerivation rec {
libnotify
libdbusmenu
xdg-utils
wayland
];
unpackPhase = "dpkg-deb -x $src .";