mpd-notification: add systemd to buildInputs (#293883)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-17 00:45:03 +02:00 committed by GitHub
commit 2a07b65b3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''