about summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/sane/config.nix')
-rw-r--r--pkgs/applications/graphics/sane/config.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/sane/config.nix b/pkgs/applications/graphics/sane/config.nix
index 2ef1e26f5ac6b..304df652f1575 100644
--- a/pkgs/applications/graphics/sane/config.nix
+++ b/pkgs/applications/graphics/sane/config.nix
@@ -1,8 +1,8 @@
-{ stdenv }:
+{ lib, stdenv }:
 
 { paths }:
 
-with stdenv.lib;
+with lib;
 let installSanePath = path: ''
       if [ -e "${path}/lib/sane" ]; then
         find "${path}/lib/sane" -maxdepth 1 -not -type d | while read backend; do