about summary refs log tree commit diff
path: root/pkgs/applications/audio/distrho/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/distrho/default.nix')
-rw-r--r--pkgs/applications/audio/distrho/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/distrho/default.nix b/pkgs/applications/audio/distrho/default.nix
index e39cef3fb0e40..a217e4709548e 100644
--- a/pkgs/applications/audio/distrho/default.nix
+++ b/pkgs/applications/audio/distrho/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
 , alsaLib
 , fetchFromGitHub
 , freetype
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
     libXrender
   ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     homepage = "http://distrho.sourceforge.net/ports";
     description = "Linux audio plugins and LV2 ports";
     longDescription = ''