From 75222b1674de180a074864115f2fc2821118f068 Mon Sep 17 00:00:00 2001 From: Rokas Urbelis Date: Thu, 7 Mar 2024 00:16:41 +0200 Subject: [PATCH] mpd-notification: add systemd to buildInputs --- pkgs/tools/audio/mpd-notification/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/audio/mpd-notification/default.nix b/pkgs/tools/audio/mpd-notification/default.nix index 845056c61414..c25adf8483ff 100644 --- a/pkgs/tools/audio/mpd-notification/default.nix +++ b/pkgs/tools/audio/mpd-notification/default.nix @@ -8,6 +8,7 @@ , libnotify , libmpdclient , discount +, systemd }: stdenv.mkDerivation rec { @@ -32,6 +33,7 @@ stdenv.mkDerivation rec { ffmpeg libmpdclient discount + systemd ]; installPhase = ''