3
0
Fork 0
forked from mirrors/nixpkgs

fetchgx: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-20 23:47:21 +02:00
parent 2f2c1a900b
commit b5c8a485c6

View file

@ -12,7 +12,9 @@ stdenvNoCC.mkDerivation {
outputHashMode = "recursive";
outputHash = sha256;
phases = [ "unpackPhase" "buildPhase" "installPhase" ];
dontConfigure = true;
doCheck = false;
doInstallCheck = false;
buildPhase = ''
export GOPATH=$(pwd)/vendor