forked from mirrors/nixpkgs
Merge pull request #206737 from Mic92/signal
This commit is contained in:
commit
4c0d6f7d79
|
@ -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