···5454 amsn = throw "amsn has been removed due to being unmaintained."; # added 2020-12-09
5555 antimicro = throw "antimicro has been removed as it was broken, see antimicroX instead."; # added 2020-08-06
5656 arduino_core = arduino-core; # added 2015-02-04
5757+ ardour_5 = throw "ardour_5 has been removed. see https://github.com/NixOS/nixpkgs/issues/139549"; # added 2021-09-28
5758 arora = throw "arora has been removed."; # added 2020-09-09
5859 asciidocFull = asciidoc-full; # added 2014-06-22
5960 asterisk_15 = throw "asterisk_15: Asterisk 15 is end of life and has been removed."; # added 2020-10-07
···166166 i686-embedded = mapTestOnCross lib.systems.examples.i686-embedded embedded;
167167 x86_64-embedded = mapTestOnCross lib.systems.examples.x86_64-embedded embedded;
168168169169+ # TODO: fix cross compilation of nix{,Unstable} to netbsd and switch to common
170170+ x86_64-netbsd = mapTestOnCross lib.systems.examples.x86_64-netbsd embedded;
171171+169172 # we test `embedded` instead of `linuxCommon` because very few packages
170173 # successfully cross-compile to Redox so far
171174 x86_64-redox = mapTestOnCross lib.systems.examples.x86_64-unknown-redox embedded;