mpd-notification: add systemd to buildInputs
This commit is contained in:
parent
a08e89f788
commit
75222b1674
@ -8,6 +8,7 @@
|
||||
, libnotify
|
||||
, libmpdclient
|
||||
, discount
|
||||
, systemd
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
|
||||
ffmpeg
|
||||
libmpdclient
|
||||
discount
|
||||
systemd
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user