mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
* 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 New Issue
Block a user