3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from Mic92/signal

This commit is contained in:
Sandro 2022-12-18 22:30:53 +01:00 committed by GitHub
commit 4c0d6f7d79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 .";