forked from mirrors/nixpkgs
fetchgx: deprecate phases
This commit is contained in:
parent
2f2c1a900b
commit
b5c8a485c6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue