summary refs log tree commit diff
path: root/pkgs/applications/audio/tree-from-tags/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/tree-from-tags/default.nix')
-rw-r--r--pkgs/applications/audio/tree-from-tags/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/tree-from-tags/default.nix b/pkgs/applications/audio/tree-from-tags/default.nix
index 3b25b4218f1..4bf4db09ac0 100644
--- a/pkgs/applications/audio/tree-from-tags/default.nix
+++ b/pkgs/applications/audio/tree-from-tags/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, bundlerEnv, ruby, fetchFromGitHub }:
+{ lib, stdenv, bundlerEnv, ruby, fetchFromGitHub }:
 let
   version = "1.1";
   gems = bundlerEnv {
@@ -28,7 +28,7 @@ EOF
     chmod +x $bin
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Create file hierarchies from media tags";
     homepage = "https://www.emacswiki.org/emacs/Bongo";
     platforms = ruby.meta.platforms;