stop using hardeningDisable = [ "fortify" ]; for Go packages
it seems that the issue #25959 is not present anymore
This commit is contained in:
@@ -4,9 +4,6 @@ buildGoPackage rec {
|
||||
pname = "trezord-go";
|
||||
version = "2.0.27";
|
||||
|
||||
# Fixes Cgo related build failures (see https://github.com/NixOS/nixpkgs/issues/25959 )
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
goPackagePath = "github.com/trezor/trezord-go";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user