wcc: remove with lib

This commit is contained in:
kyehn
2025-08-29 17:57:03 +08:00
parent 16f2b6a6b3
commit cb9306a7cf
+3 -3
View File
@@ -71,15 +71,15 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
meta = with lib; {
meta = {
homepage = "https://github.com/endrazine/wcc";
description = "Witchcraft compiler collection: tools to convert and script ELF files";
license = licenses.mit;
license = lib.licenses.mit;
platforms = [
"x86_64-linux"
"aarch64-linux"
];
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
orivej
DieracDelta
];