mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Update The Buttefly Effect game
This commit is contained in:
parent
5e1475d76d
commit
d0aceb402a
|
@ -1,6 +1,6 @@
|
||||||
x@{builderDefsPackage
|
x@{builderDefsPackage
|
||||||
, qt4, box2d, which
|
, qt4, box2d, which
|
||||||
,fetchsvn
|
,fetchsvn, cmake
|
||||||
, ...}:
|
, ...}:
|
||||||
builderDefsPackage
|
builderDefsPackage
|
||||||
(a :
|
(a :
|
||||||
|
@ -12,11 +12,11 @@ let
|
||||||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||||
sourceInfo = rec {
|
sourceInfo = rec {
|
||||||
baseName="tbe";
|
baseName="tbe";
|
||||||
revision="1319";
|
revision="2048";
|
||||||
version="r${revision}";
|
version="r${revision}";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
url="https://tbe.svn.sourceforge.net/svnroot/tbe/trunk";
|
url="https://tbe.svn.sourceforge.net/svnroot/tbe/trunk";
|
||||||
hash="e9a7c24f0668ba2f36c472c1d05238fa7d9ed2150d99ce8a927285d099cc0f7f";
|
hash="19pqpkil4r5y9j4nszkbs70lq720nvqw8g8magd8nf2n3l9nqm51";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
|
@ -30,8 +30,7 @@ rec {
|
||||||
inherit (sourceInfo) name version;
|
inherit (sourceInfo) name version;
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
|
|
||||||
phaseNames = ["setVars" "doConfigure" "doMakeInstall" "doDeploy"];
|
phaseNames = ["setVars" "doCmake" "doMakeInstall" "doDeploy"];
|
||||||
configureCommand = "sh configure";
|
|
||||||
|
|
||||||
setVars = a.noDepEntry ''
|
setVars = a.noDepEntry ''
|
||||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${a.box2d}/include/Box2D"
|
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${a.box2d}/include/Box2D"
|
||||||
|
|
Loading…
Reference in a new issue