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 = '' buildPhase = ''
runHook preBuild runHook preBuild
cd go/src/github.com/theupdateframework/notary cd go/src/github.com/theupdateframework/notary
make client GITCOMMIT=${gitcommit} SKIPENVCHECK=1 make client GITCOMMIT=${gitcommit}
runHook postBuild runHook postBuild
''; '';

View File

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