notary: Build with go 1.12
This commit is contained in:
parent
416d11bb83
commit
4bca8b48fb
@ -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
|
||||
'';
|
||||
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user