treewide: preset windres missing to fix builds on Linux

https://github.com/NixOS/nixpkgs/pull/30484#issuecomment-345899910
This commit is contained in:
Orivej Desh
2017-11-21 04:27:10 +00:00
parent 0b9cd7ad0f
commit 4f73b3162b
4 changed files with 29 additions and 1 deletions
@@ -12,7 +12,14 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoconf automake ];
preConfigure = "./autogen.sh";
preConfigure = ''
./autogen.sh
# Build fails on Linux with windres.
export ac_cv_prog_WINDRES=
'';
enableParallelBuilding = true;
meta = {
homepage = http://gravit.slowchop.com;