mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
parent
de9c9bd2c8
commit
aa5d253a4c
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
gmp libyaml libedit libvpx imagemagick fribidi
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
dontUseCmakeBuildDir = true;
|
||||
NIX_LDFLAGS = "-lpam -L${pam}/lib";
|
||||
MYSQL_INCLUDE_DIR="${mariadb}/include/mysql";
|
||||
|
|
Loading…
Reference in a new issue