summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-04-26 00:14:38 +0200
committerRobin Gloster <mail@glob.in>2018-04-26 00:15:24 +0200
commit7673593c85623fa7065ea7ef56bcd0a50f2fbea1 (patch)
tree70c4502a7d628443e6758311d0344bd2a800f9e3
parent94f5e5ad14e99700e82576167515ba784dbfe98b (diff)
downloadnixlib-7673593c85623fa7065ea7ef56bcd0a50f2fbea1.tar
nixlib-7673593c85623fa7065ea7ef56bcd0a50f2fbea1.tar.gz
nixlib-7673593c85623fa7065ea7ef56bcd0a50f2fbea1.tar.bz2
nixlib-7673593c85623fa7065ea7ef56bcd0a50f2fbea1.tar.lz
nixlib-7673593c85623fa7065ea7ef56bcd0a50f2fbea1.tar.xz
nixlib-7673593c85623fa7065ea7ef56bcd0a50f2fbea1.tar.zst
nixlib-7673593c85623fa7065ea7ef56bcd0a50f2fbea1.zip
gem-config.grpc: disable format hardening
-rw-r--r--pkgs/development/ruby-modules/gem-config/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ruby-modules/gem-config/default.nix b/pkgs/development/ruby-modules/gem-config/default.nix
index a447cd1a1032..83ab5e0d86ff 100644
--- a/pkgs/development/ruby-modules/gem-config/default.nix
+++ b/pkgs/development/ruby-modules/gem-config/default.nix
@@ -145,6 +145,7 @@ in
   grpc = attrs: {
     nativeBuildInputs = [ pkgconfig ];
     buildInputs = [ openssl ];
+    hardeningDisable = [ "format" ];
     NIX_CFLAGS_COMPILE = [ "-Wno-error=stringop-overflow" "-Wno-error=implicit-fallthrough" ];
   };