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:
@@ -23,7 +23,6 @@
|
||||
...
|
||||
}@args:
|
||||
|
||||
assert useMusl -> stdenv.hostPlatform.isLinux;
|
||||
let
|
||||
extraArgs = builtins.removeAttrs args [
|
||||
"lib"
|
||||
|
||||
Reference in New Issue
Block a user