the-powder-toy: remove unnecessary enableParallelBuilding

This commit is contained in:
Ben Siraphob 2021-07-19 20:02:56 +07:00
parent 4ce8c34049
commit d3c911fef2

View file

@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ];
enableParallelBuilding = true;
meta = with lib; {
description = "A free 2D physics sandbox game";
homepage = "http://powdertoy.co.uk/";