Unverified Commit 472ce967 authored by samlich's avatar samlich Committed by natsukium
Browse files

pymol: remove no longer needed `disableHardening`

parent 2a5ba3d5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 \