about summary refs log tree commit diff
path: root/pkgs/tools/audio/mpdcron/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/mpdcron/default.nix')
-rw-r--r--pkgs/tools/audio/mpdcron/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/mpdcron/default.nix b/pkgs/tools/audio/mpdcron/default.nix
index c083c60a96253..13303ef58e19b 100644
--- a/pkgs/tools/audio/mpdcron/default.nix
+++ b/pkgs/tools/audio/mpdcron/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, glib, libdaemon
+{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, glib, libdaemon
 , mpd_clientlib, curl, sqlite, bundlerEnv, libnotify, pandoc }:
 
 let
@@ -17,7 +17,7 @@ in stdenv.mkDerivation {
     sha256 = "0vdksf6lcgmizqr5mqp0bbci259k0dj7gpmhx32md41jlmw5skaw";
   };
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "A cron like daemon for mpd";
     homepage    = "http://alip.github.io/mpdcron/";
     license     = licenses.gpl2;