Unverified Commit 2a07b65b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

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

parents 3f2270a3 75222b16
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
, libnotify
, libmpdclient
, discount
, systemd
}:

stdenv.mkDerivation rec {
@@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
    ffmpeg
    libmpdclient
    discount
    systemd
  ];

  installPhase = ''