patch and fixCmakeFiles do not commute
svn path=/nixpkgs/trunk/; revision=32876
This commit is contained in:
parent
3dde54caeb
commit
2a074000be
@ -39,11 +39,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
postUnpack =
|
postPatch =
|
||||||
''
|
''
|
||||||
dontUseCmakeConfigure=1
|
dontUseCmakeConfigure=1
|
||||||
source $setupHook
|
source $setupHook
|
||||||
fixCmakeFiles $sourceRoot
|
fixCmakeFiles .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = optionalString (stdenv ? glibc)
|
preConfigure = optionalString (stdenv ? glibc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user