pymol: remove no longer needed disableHardening
This commit is contained in:
parent
2a5ba3d551
commit
472ce9672e
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ python3Packages.buildPythonApplication rec {
|
||||||
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
|
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
|
||||||
buildInputs = [ python3Packages.numpy python3Packages.pyqt5 glew glm libpng libxml2 freetype msgpack netcdf ];
|
buildInputs = [ python3Packages.numpy python3Packages.pyqt5 glew glm libpng libxml2 freetype msgpack netcdf ];
|
||||||
env.NIX_CFLAGS_COMPILE = "-I ${libxml2.dev}/include/libxml2";
|
env.NIX_CFLAGS_COMPILE = "-I ${libxml2.dev}/include/libxml2";
|
||||||
hardeningDisable = [ "format" ];
|
|
||||||
|
|
||||||
postInstall = with python3Packages; ''
|
postInstall = with python3Packages; ''
|
||||||
wrapProgram $out/bin/pymol \
|
wrapProgram $out/bin/pymol \
|
||||||
|
|
Loading…
Reference in a new issue