forked from mirrors/nixpkgs
signal: add missing wayland lib as runtime dependency
This commit is contained in:
parent
0cd235bc68
commit
639401568b
|
@ -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 .";
|
||||
|
|
Loading…
Reference in a new issue