mpd-notification: add systemd to buildInputs

This commit is contained in:
Rokas Urbelis 2024-03-07 00:16:41 +02:00
parent a08e89f788
commit 75222b1674

View File

@ -8,6 +8,7 @@
, libnotify
, libmpdclient
, discount
, systemd
}:
stdenv.mkDerivation rec {
@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
ffmpeg
libmpdclient
discount
systemd
];
installPhase = ''