buildGoPackage: Only create if needed
This commit is contained in:
parent
2f897aad70
commit
e89f90cd33
@ -106,7 +106,7 @@ go.stdenv.mkDerivation (
|
||||
installPhase = args.installPhase or ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir $out
|
||||
mkdir -p $out
|
||||
|
||||
if [ -z "$dontInstallSrc" ]; then
|
||||
local dir
|
||||
|
Loading…
Reference in New Issue
Block a user