tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
neard: mark as broken
Aaron Jheng
2 years ago
e2f4327f
6a4db701
+2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
neard
default.nix
+2
pkgs/servers/neard/default.nix
···
72
license = licenses.gpl2Only;
73
maintainers = with maintainers; [ ];
74
platforms = platforms.unix;
0
0
75
};
76
}
···
72
license = licenses.gpl2Only;
73
maintainers = with maintainers; [ ];
74
platforms = platforms.unix;
75
+
# error: wcwidth-0.2.13 not supported for interpreter python2.7
76
+
broken = true; # Added 2024-03-17
77
};
78
}