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 ''
|
installPhase = args.installPhase or ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
mkdir $out
|
mkdir -p $out
|
||||||
|
|
||||||
if [ -z "$dontInstallSrc" ]; then
|
if [ -z "$dontInstallSrc" ]; then
|
||||||
local dir
|
local dir
|
||||||
|
Loading…
Reference in New Issue
Block a user