Unverified Commit 36214220 authored by Grimmauld's avatar Grimmauld
Browse files

scotch: add musl to passthru.tests

parent 03cba736
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
  mpi,
  withPtScotch ? false,
  testers,
  pkgsMusl ? { }, # default to empty set to avoid CI fails with allowVariants = false
  nix-update-script,
}:

@@ -73,6 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
        moduleNames = [ "SCOTCH" ];
        package = finalAttrs.finalPackage;
      };
      musl = pkgsMusl.scotch or null;
    };

    updateScript = nix-update-script { };