scotch: add musl to passthru.tests
This commit is contained in:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user