Fix XSane build

This commit is contained in:
Michael Raskin 2014-11-16 11:28:14 +03:00
parent 6fff0af6c3
commit fb76f0fe7d

View file

@ -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 ]