mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
signal: add missing wayland lib as runtime dependency
This commit is contained in:
parent
0cd235bc68
commit
639401568b
1 changed files with 2 additions and 0 deletions
|
@ -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