about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-26 21:46:47 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-09-27 08:28:49 +0200
commit18e14d7534349b71e404d2d76cfb287688039bae (patch)
tree7f2c9b071464e27c008d1882b80d83e6be7fed6f /pkgs/applications
parentbbf12a916929e8b361a159f44a1e31d59b6c2d2a (diff)
nextcloud-client: enable fortify hardening
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index 3464098d9749d..ce9476807465a 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/pkgs/applications/networking/nextcloud-client/default.nix
@@ -86,9 +86,6 @@ mkDerivation rec {
     "-DNO_SHIBBOLETH=1" # allows to compile without qtwebkit
   ];
 
-  # causes redefinition of _FORTIFY_SOURCE
-  hardeningDisable = [ "fortify3" ];
-
   postBuild = ''
     make doc-man
   '';