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