notary: Build with go 1.12

This commit is contained in:
adisbladis 2019-09-05 22:10:48 +01:00
parent 416d11bb83
commit 4bca8b48fb
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
2 changed files with 2 additions and 4 deletions

View file

@ -18,7 +18,7 @@ buildGoPackage rec {
buildPhase = ''
runHook preBuild
cd go/src/github.com/theupdateframework/notary
make client GITCOMMIT=${gitcommit}
SKIPENVCHECK=1 make client GITCOMMIT=${gitcommit}
runHook postBuild
'';

View file

@ -5111,9 +5111,7 @@ in
nnn = callPackage ../applications/misc/nnn { };
notary = callPackage ../tools/security/notary {
buildGoPackage = buildGo110Package;
};
notary = callPackage ../tools/security/notary { };
notify-osd = callPackage ../applications/misc/notify-osd { };