3
0
Fork 0
forked from mirrors/nixpkgs

patch and fixCmakeFiles do not commute

svn path=/nixpkgs/trunk/; revision=32876
This commit is contained in:
Yury G. Kudryashov 2012-03-08 07:59:56 +00:00
parent 3dde54caeb
commit 2a074000be

View file

@ -39,11 +39,11 @@ stdenv.mkDerivation rec {
setupHook = ./setup-hook.sh;
postUnpack =
postPatch =
''
dontUseCmakeConfigure=1
source $setupHook
fixCmakeFiles $sourceRoot
fixCmakeFiles .
'';
preConfigure = optionalString (stdenv ? glibc)