Update The Buttefly Effect game

This commit is contained in:
Michael Raskin 2014-08-22 21:34:17 +04:00
parent 5e1475d76d
commit d0aceb402a

View file

@ -1,6 +1,6 @@
x@{builderDefsPackage
, qt4, box2d, which
,fetchsvn
,fetchsvn, cmake
, ...}:
builderDefsPackage
(a :
@ -12,11 +12,11 @@ let
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
sourceInfo = rec {
baseName="tbe";
revision="1319";
revision="2048";
version="r${revision}";
name="${baseName}-${version}";
url="https://tbe.svn.sourceforge.net/svnroot/tbe/trunk";
hash="e9a7c24f0668ba2f36c472c1d05238fa7d9ed2150d99ce8a927285d099cc0f7f";
hash="19pqpkil4r5y9j4nszkbs70lq720nvqw8g8magd8nf2n3l9nqm51";
};
in
rec {
@ -30,8 +30,7 @@ rec {
inherit (sourceInfo) name version;
inherit buildInputs;
phaseNames = ["setVars" "doConfigure" "doMakeInstall" "doDeploy"];
configureCommand = "sh configure";
phaseNames = ["setVars" "doCmake" "doMakeInstall" "doDeploy"];
setVars = a.noDepEntry ''
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${a.box2d}/include/Box2D"