Skip to content

Commit

Permalink
lammps: remove mpi passthru
Browse files Browse the repository at this point in the history
Scheduled for 24.05.
  • Loading branch information
wolfgangwalther committed Nov 22, 2024
1 parent 113915e commit 07ae95e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/by-name/la/lammps/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 07ae95e

Please sign in to comment.