graalvmPackages.graalvm-ce-musl: remove assert

This will fail with an "musl is not supported on this system" anyway.
The difference is, that this error via `musl`'s `meta.platforms` can be
caught properly by CI, but the assert can not without ugly workarounds.
This commit is contained in:
Wolfgang Walther
2025-07-21 17:28:47 +02:00
parent 6c271d33d5
commit 1e97ae17b3
@@ -23,7 +23,6 @@
...
}@args:
assert useMusl -> stdenv.hostPlatform.isLinux;
let
extraArgs = builtins.removeAttrs args [
"lib"