siesta: fix hardcoded path to rm

This commit is contained in:
Markus Kowalewski
2022-05-10 12:53:22 +02:00
parent 09675d874b
commit de869f039d
@@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
sha256 = "0lz8rfl5xwdj17zn7a30ipi7cgjwqki21a7wg9rdg7iwx27bpnmg";
};
postPatch = ''
substituteInPlace Src/siesta_init.F --replace '/bin/rm' 'rm'
'';
passthru = {
inherit mpi;
};