mpd-notification: add systemd to buildInputs (#293883)
This commit is contained in:
commit
2a07b65b3b
@ -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