3
0
Fork 0
forked from mirrors/nixpkgs

chisel: add release

This commit is contained in:
Fabian Affolter 2021-02-01 11:53:39 +01:00
parent f05284c431
commit 68f9d0ee27

View file

@ -17,6 +17,8 @@ buildGoModule rec {
vendorSha256 = "01wh8fn76jn8hnf7gj759k8dwqrr0p36xmsxfc8dayzinpl10fqv";
buildFlagsArray = [ "-ldflags=-s -w -X github.com/jpillora/chisel/share.BuildVersion=${version}" ];
# tests require access to the network
doCheck = false;