mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Fix XSane build
This commit is contained in:
parent
6fff0af6c3
commit
fb76f0fe7d
1 changed files with 1 additions and 0 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue