Merge pull request #172322 from markuskowa/fix-siesta

siesta: fix hardcoded path to rm
This commit is contained in:
markuskowa 2022-05-10 14:18:33 +02:00 committed by GitHub
commit 906b1bbe58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
sha256 = "0lz8rfl5xwdj17zn7a30ipi7cgjwqki21a7wg9rdg7iwx27bpnmg";
};
postPatch = ''
substituteInPlace Src/siesta_init.F --replace '/bin/rm' 'rm'
'';
passthru = {
inherit mpi;
};