about summary refs log tree commit diff
path: root/pkgs/applications/science/chemistry
diff options
context:
space:
mode:
authorsamlich <1349989+samlich@users.noreply.github.com>2024-04-24 23:43:57 +0200
committernatsukium <tomoya.otabi@gmail.com>2024-05-01 00:07:19 +0900
commit472ce9672efe95641c2786f713bde169de2eb4a9 (patch)
treeba7b9d3bb8b8234694740dff3c64ad6216f23c80 /pkgs/applications/science/chemistry
parent2a5ba3d551100da94166185de58dc1271d686b06 (diff)
pymol: remove no longer needed `disableHardening`
Diffstat (limited to 'pkgs/applications/science/chemistry')
-rw-r--r--pkgs/applications/science/chemistry/pymol/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/science/chemistry/pymol/default.nix b/pkgs/applications/science/chemistry/pymol/default.nix
index 63ee52c6ed412..1733ba2f236c9 100644
--- a/pkgs/applications/science/chemistry/pymol/default.nix
+++ b/pkgs/applications/science/chemistry/pymol/default.nix
@@ -60,7 +60,6 @@ python3Packages.buildPythonApplication rec {
   nativeBuildInputs = [ qt5.wrapQtAppsHook ];
   buildInputs = [ python3Packages.numpy python3Packages.pyqt5 glew glm libpng libxml2 freetype msgpack netcdf ];
   env.NIX_CFLAGS_COMPILE = "-I ${libxml2.dev}/include/libxml2";
-  hardeningDisable = [ "format" ];
 
   postInstall = with python3Packages; ''
     wrapProgram $out/bin/pymol \