forked from mirrors/nixpkgs
* Don't do a mkdir in the postHook.
svn path=/nixpkgs/trunk/; revision=33569
This commit is contained in:
parent
bf791214c9
commit
8ecdd3a0aa
|
@ -90,7 +90,7 @@ stdenv.mkDerivation (
|
|||
|
||||
buildInputs = buildInputs ++ bootstrapBuildInputs;
|
||||
|
||||
postHook = ''
|
||||
preUnpack = ''
|
||||
mkdir -p $out/nix-support
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue