Commit 75222b16 authored by Rokas Urbelis's avatar Rokas Urbelis
Browse files

mpd-notification: add systemd to buildInputs

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