summary refs log tree commit diff
path: root/pkgs/tools/package-management
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-09 01:03:24 +0000
committerRobin Gloster <mail@glob.in>2016-02-09 01:03:24 +0000
commit6be9164b973d122313c4cebdf1f88d3a0ee885aa (patch)
tree335923d2c92437741db63fc7276856802a878284 /pkgs/tools/package-management
parent9c3ab539606718e13eda16849c6140966043d6fa (diff)
downloadnixlib-6be9164b973d122313c4cebdf1f88d3a0ee885aa.tar
nixlib-6be9164b973d122313c4cebdf1f88d3a0ee885aa.tar.gz
nixlib-6be9164b973d122313c4cebdf1f88d3a0ee885aa.tar.bz2
nixlib-6be9164b973d122313c4cebdf1f88d3a0ee885aa.tar.lz
nixlib-6be9164b973d122313c4cebdf1f88d3a0ee885aa.tar.xz
nixlib-6be9164b973d122313c4cebdf1f88d3a0ee885aa.tar.zst
nixlib-6be9164b973d122313c4cebdf1f88d3a0ee885aa.zip
checkinstall: turn off fortify
Diffstat (limited to 'pkgs/tools/package-management')
-rw-r--r--pkgs/tools/package-management/checkinstall/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/package-management/checkinstall/default.nix b/pkgs/tools/package-management/checkinstall/default.nix
index dc3373c3b6fc..f1d7985e9a50 100644
--- a/pkgs/tools/package-management/checkinstall/default.nix
+++ b/pkgs/tools/package-management/checkinstall/default.nix
@@ -44,6 +44,8 @@ stdenv.mkDerivation {
 
   buildInputs = [gettext];
 
+  hardening_fortify = false;
+
   preBuild = ''
     makeFlagsArray=(PREFIX=$out)