Merge pull request #135007 from Stunkymonkey/fetchgx-phases

fetchgx: deprecate phases
This commit is contained in:
Sandro 2021-08-21 15:13:32 +02:00 committed by GitHub
commit 20a82c1281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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