summary refs log tree commit diff
path: root/pkgs/applications/audio/squeezelite/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/squeezelite/default.nix')
-rw-r--r--pkgs/applications/audio/squeezelite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/squeezelite/default.nix b/pkgs/applications/audio/squeezelite/default.nix
index d5c84888eeb..6bb3bef8a50 100644
--- a/pkgs/applications/audio/squeezelite/default.nix
+++ b/pkgs/applications/audio/squeezelite/default.nix
@@ -9,8 +9,8 @@
 }:
 
 let
-  concatStringsSep = stdenv.lib.concatStringsSep;
-  optional = stdenv.lib.optional;
+  concatStringsSep = lib.concatStringsSep;
+  optional = lib.optional;
   opts = [ "-DLINKALL" ]
     ++ optional dsdSupport "-DDSD"
     ++ optional (!faad2Support) "-DNO_FAAD"