forked from mirrors/nixpkgs
lib.systems.amd64-netbsd: remove
This has been deprecated for a long time, and it's doubtful it had any users to start with. And having an undisablable warning when enumarating platforms is not good.
This commit is contained in:
parent
04dcb53934
commit
74562a214e
|
@ -306,8 +306,6 @@ rec {
|
|||
|
||||
# BSDs
|
||||
|
||||
amd64-netbsd = lib.warn "The amd64-netbsd system example is deprecated. Use x86_64-netbsd instead." x86_64-netbsd;
|
||||
|
||||
x86_64-netbsd = {
|
||||
config = "x86_64-unknown-netbsd";
|
||||
libc = "nblibc";
|
||||
|
|
Loading…
Reference in a new issue