summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-11-16 11:28:14 +0300
committerMichael Raskin <7c6f434c@mail.ru>2014-11-16 11:28:21 +0300
commitfb76f0fe7d8187bb3437f92715c2645da71d4c62 (patch)
treeede7b88b48992c0b8fe5e429cd4a70634d332102 /pkgs/applications/graphics/sane
parent6fff0af6c374a3bb9f93b26aa202ad5f6f60cd7e (diff)
downloadnixpkgs-fb76f0fe7d8187bb3437f92715c2645da71d4c62.tar
nixpkgs-fb76f0fe7d8187bb3437f92715c2645da71d4c62.tar.gz
nixpkgs-fb76f0fe7d8187bb3437f92715c2645da71d4c62.tar.bz2
nixpkgs-fb76f0fe7d8187bb3437f92715c2645da71d4c62.tar.lz
nixpkgs-fb76f0fe7d8187bb3437f92715c2645da71d4c62.tar.xz
nixpkgs-fb76f0fe7d8187bb3437f92715c2645da71d4c62.tar.zst
nixpkgs-fb76f0fe7d8187bb3437f92715c2645da71d4c62.zip
Fix XSane build
Diffstat (limited to 'pkgs/applications/graphics/sane')
-rw-r--r--pkgs/applications/graphics/sane/xsane.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/sane/xsane.nix b/pkgs/applications/graphics/sane/xsane.nix
index 221a4340dce..9bca047a7cf 100644
--- a/pkgs/applications/graphics/sane/xsane.nix
+++ b/pkgs/applications/graphics/sane/xsane.nix
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
 
   preConfigure = ''
     sed -e '/SANE_CAP_ALWAYS_SETTABLE/d' -i src/xsane-back-gtk.c
+    chmod a+rX -R .
   '';
 
   buildInputs = [libpng saneBackends saneFrontends libX11 gtk pkgconfig ]