about summary refs log tree commit diff
path: root/pkgs/games/the-butterfly-effect
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-06-22 10:49:56 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-06-22 10:49:56 +0200
commitc05d8295988697adbb920a7b4a999ae3670c5504 (patch)
tree7a5526cffad30206f814560c72f13829e4d9c396 /pkgs/games/the-butterfly-effect
parentf073df60d60444c30c49cb26d6b187a4100b41fe (diff)
parentebf1cb28a2a9e4ef3bcdf15376af4618a1e652c7 (diff)
downloadnixlib-c05d8295988697adbb920a7b4a999ae3670c5504.tar
nixlib-c05d8295988697adbb920a7b4a999ae3670c5504.tar.gz
nixlib-c05d8295988697adbb920a7b4a999ae3670c5504.tar.bz2
nixlib-c05d8295988697adbb920a7b4a999ae3670c5504.tar.lz
nixlib-c05d8295988697adbb920a7b4a999ae3670c5504.tar.xz
nixlib-c05d8295988697adbb920a7b4a999ae3670c5504.tar.zst
nixlib-c05d8295988697adbb920a7b4a999ae3670c5504.zip
Merge branch 'staging'
Diffstat (limited to 'pkgs/games/the-butterfly-effect')
-rw-r--r--pkgs/games/the-butterfly-effect/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/games/the-butterfly-effect/default.nix b/pkgs/games/the-butterfly-effect/default.nix
index 7cd54b1b65b3..68114bb75652 100644
--- a/pkgs/games/the-butterfly-effect/default.nix
+++ b/pkgs/games/the-butterfly-effect/default.nix
@@ -10,10 +10,13 @@ stdenv.mkDerivation rec {
     sha256 = "1ag2cp346f9bz9qy6za6q54id44d2ypvkyhvnjha14qzzapwaysj";
   };
 
+  postPatch = "sed '1i#include <vector>' -i src/model/World.h";
+
   buildInputs = [
     qt5.qtbase qt5.qtsvg qt5.qttranslations box2d which cmake
     gettext
   ];
+  enableParallelBuilding = true;
 
   installPhase = ''
     make DESTDIR=.. install