tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
wcc: remove with lib
kyehn
6 months ago
cb9306a7
16f2b6a6
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wc
wcc
package.nix
+3
-3
pkgs/by-name/wc/wcc/package.nix
···
71
71
72
72
enableParallelBuilding = true;
73
73
74
74
-
meta = with lib; {
74
74
+
meta = {
75
75
homepage = "https://github.com/endrazine/wcc";
76
76
description = "Witchcraft compiler collection: tools to convert and script ELF files";
77
77
-
license = licenses.mit;
77
77
+
license = lib.licenses.mit;
78
78
platforms = [
79
79
"x86_64-linux"
80
80
"aarch64-linux"
81
81
];
82
82
-
maintainers = with maintainers; [
82
82
+
maintainers = with lib.maintainers; [
83
83
orivej
84
84
DieracDelta
85
85
];