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 = ''
|
buildPhase = ''
|
||||||
export GOPATH=$(pwd)/vendor
|
export GOPATH=$(pwd)/vendor
|
||||||
mkdir vendor
|
mkdir -p vendor
|
||||||
gx install
|
gx install
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user