buildGoPackage: Only create if needed

This commit is contained in:
William A. Kennington III 2015-05-18 10:11:52 -07:00
parent 2f897aad70
commit e89f90cd33

View file

@ -106,7 +106,7 @@ go.stdenv.mkDerivation (
installPhase = args.installPhase or ''
runHook preInstall
mkdir $out
mkdir -p $out
if [ -z "$dontInstallSrc" ]; then
local dir