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