buildGoPackage: Only create if needed
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user