mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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;
|
||||
|
||||
postUnpack =
|
||||
postPatch =
|
||||
''
|
||||
dontUseCmakeConfigure=1
|
||||
source $setupHook
|
||||
fixCmakeFiles $sourceRoot
|
||||
fixCmakeFiles .
|
||||
'';
|
||||
|
||||
preConfigure = optionalString (stdenv ? glibc)
|
||||
|
Loading…
Reference in New Issue
Block a user