Piotr Bogdan
2017-08-30 21:52:49 +02:00
committed by Robin Gloster
parent 46e41da543
commit d9a0c68775
2 changed files with 37 additions and 0 deletions
@@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
gmp libyaml libedit libvpx imagemagick fribidi gperf
];
patches = [
./flexible-array-members-gcc6.patch
];
enableParallelBuilding = false; # occasional build problems;
dontUseCmakeBuildDir = true;
NIX_LDFLAGS = "-lpam -L${pam}/lib";