1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

armagetronad: enable parallel building

This commit is contained in:
Will Dietz 2017-05-31 08:56:29 -05:00
parent e1e6e94c5d
commit c7399423d7

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation {
NIX_LDFLAGS = [ "-lSDL_image" ];
enableParallelBuilding = true;
configureFlags = [ "--disable-etc" ];
buildInputs = [ SDL SDL_image libxml2 libjpeg libpng mesa zlib ];