summary refs log tree commit diff
path: root/pkgs/os-specific/linux/disk-indicator
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-07 19:26:33 +0000
committerRobin Gloster <mail@glob.in>2016-02-07 19:26:33 +0000
commit543dfcc686f7fca501b7f10245408ccb7fabbf75 (patch)
tree631a8d2d8b343a4bc3f733f18c823bc9cd439b19 /pkgs/os-specific/linux/disk-indicator
parentd12ff64f254fd6d80dbbfa9adfa1849c7fef7b94 (diff)
downloadnixpkgs-543dfcc686f7fca501b7f10245408ccb7fabbf75.tar
nixpkgs-543dfcc686f7fca501b7f10245408ccb7fabbf75.tar.gz
nixpkgs-543dfcc686f7fca501b7f10245408ccb7fabbf75.tar.bz2
nixpkgs-543dfcc686f7fca501b7f10245408ccb7fabbf75.tar.lz
nixpkgs-543dfcc686f7fca501b7f10245408ccb7fabbf75.tar.xz
nixpkgs-543dfcc686f7fca501b7f10245408ccb7fabbf75.tar.zst
nixpkgs-543dfcc686f7fca501b7f10245408ccb7fabbf75.zip
disk_indicator: turn off hardening fortify
Diffstat (limited to 'pkgs/os-specific/linux/disk-indicator')
-rw-r--r--pkgs/os-specific/linux/disk-indicator/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/disk-indicator/default.nix b/pkgs/os-specific/linux/disk-indicator/default.nix
index 406492db236..8eba742ebfb 100644
--- a/pkgs/os-specific/linux/disk-indicator/default.nix
+++ b/pkgs/os-specific/linux/disk-indicator/default.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation {
   buildPhase = "make -f makefile";
 
   NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
+  hardening_fortify = false;
 
   installPhase = ''
     mkdir -p "$out/bin"