Fix mkdir for fetchgx to not throw an exception
This commit is contained in:
parent
02129a8788
commit
cd2627da0d
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildPhase = ''
|
||||
export GOPATH=$(pwd)/vendor
|
||||
mkdir vendor
|
||||
mkdir -p vendor
|
||||
gx install
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user