lammps: remove mpi passthru

Scheduled for 24.05.
This commit is contained in:
Wolfgang Walther 2024-11-17 15:02:07 +01:00
parent b6c3e15ee5
commit 6c258ee2bd
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -70,9 +70,6 @@ stdenv.mkDerivation (finalAttrs: {
];
passthru = {
# Remove these at some point - perhaps after release 23.11. See discussion at:
# https://github.com/NixOS/nixpkgs/pull/238771#discussion_r1235459961
mpi = throw "`lammps-mpi.passthru.mpi` was removed in favor of `extraBuildInputs`";
inherit packages;
inherit extraCmakeFlags;
inherit extraBuildInputs;