signal-desktop: fix notifications

This commit is contained in:
Puck Meerburg 2020-02-12 22:31:31 +00:00
parent b86512e893
commit 0b3e5db5d3

View File

@ -80,6 +80,7 @@ in stdenv.mkDerivation rec {
runtimeDependencies = [
systemd.lib
libnotify
];
unpackPhase = "dpkg-deb -x $src .";