mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
armagetronad: enable parallel building
This commit is contained in:
parent
e1e6e94c5d
commit
c7399423d7
|
@ -15,6 +15,8 @@ stdenv.mkDerivation {
|
|||
|
||||
NIX_LDFLAGS = [ "-lSDL_image" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
configureFlags = [ "--disable-etc" ];
|
||||
buildInputs = [ SDL SDL_image libxml2 libjpeg libpng mesa zlib ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue