summary refs log tree commit diff
path: root/pkgs/applications/science/physics
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-05-30 18:26:05 -0400
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-05-30 18:34:35 -0400
commitb72b3c557170013601ceffd8c94a40764d34d302 (patch)
treea91673fd4117e80f7f49ac5d9b21e21daf245d5a /pkgs/applications/science/physics
parent42000bdb89e78351b6953a158d8cb0f7cf64aeb8 (diff)
downloadnixpkgs-b72b3c557170013601ceffd8c94a40764d34d302.tar
nixpkgs-b72b3c557170013601ceffd8c94a40764d34d302.tar.gz
nixpkgs-b72b3c557170013601ceffd8c94a40764d34d302.tar.bz2
nixpkgs-b72b3c557170013601ceffd8c94a40764d34d302.tar.lz
nixpkgs-b72b3c557170013601ceffd8c94a40764d34d302.tar.xz
nixpkgs-b72b3c557170013601ceffd8c94a40764d34d302.tar.zst
nixpkgs-b72b3c557170013601ceffd8c94a40764d34d302.zip
xfitter: remove `hardeningDisable = [ "format" ];`
Not needed after f42aa7e1 ('cc-wrapper: set FC when langFortran is on')
Diffstat (limited to 'pkgs/applications/science/physics')
-rw-r--r--pkgs/applications/science/physics/xfitter/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/science/physics/xfitter/default.nix b/pkgs/applications/science/physics/xfitter/default.nix
index 4390826ccee..230f2f0e0ef 100644
--- a/pkgs/applications/science/physics/xfitter/default.nix
+++ b/pkgs/applications/science/physics/xfitter/default.nix
@@ -16,9 +16,6 @@ stdenv.mkDerivation rec {
     ./undefined_behavior.patch
   ];
 
-  # patch needs to updated due to version bump
-  #CXXFLAGS = "-Werror=return-type";
-
   preConfigure =
   # Fix F77LD to workaround for a following build error:
   #
@@ -48,8 +45,6 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  hardeningDisable = [ "format" ];
-
   NIX_CFLAGS_COMPILE = lib.optional (stdenv.hostPlatform.libc == "glibc") "-I${libtirpc.dev}/include/tirpc";
   NIX_LDFLAGS = lib.optional (stdenv.hostPlatform.libc == "glibc") "-ltirpc";