nwchem: runHooks in installPhase

This commit is contained in:
Markus Kowalewski
2024-09-26 22:31:07 +02:00
parent 9c2023e238
commit 4245219dcb
@@ -164,6 +164,8 @@ stdenv.mkDerivation rec {
'';
installPhase = ''
runHook preInstall
mkdir -p $out/bin $out/share/nwchem
cp $NWCHEM_TOP/bin/LINUX64/nwchem $out/bin/nwchem
@@ -186,6 +188,8 @@ stdenv.mkDerivation rec {
charmm_s $out/share/nwchem/data/charmm_s/
charmm_x $out/share/nwchem/data/charmm_x/
EOF
runHook postInstall
'';
doCheck = false;