summary refs log tree commit diff
path: root/lib/systems/doubles.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-08-28 22:17:54 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-08-28 22:18:02 +0100
commit9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56 (patch)
tree7bd7683d78448502d64cddf30e5d2b2cd32393d1 /lib/systems/doubles.nix
parentc4e8f4b442e2500273040a17d61996ee99c3956b (diff)
downloadnixpkgs-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar
nixpkgs-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.gz
nixpkgs-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.bz2
nixpkgs-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.lz
nixpkgs-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.xz
nixpkgs-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.zst
nixpkgs-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.zip
hurd: cleanup unmaintained target
This has been not touched in 6 years. Let's remove it to cause less
problems when adding new cross-compiling infrastructure.
This also simplify gcc significantly.
Diffstat (limited to 'lib/systems/doubles.nix')
-rw-r--r--lib/systems/doubles.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/doubles.nix b/lib/systems/doubles.nix
index adc454406b8..a00165db171 100644
--- a/lib/systems/doubles.nix
+++ b/lib/systems/doubles.nix
@@ -36,7 +36,7 @@ in rec {
   cygwin  = filterDoubles predicates.isCygwin;
   darwin  = filterDoubles predicates.isDarwin;
   freebsd = filterDoubles predicates.isFreeBSD;
-  # Should be better, but MinGW is unclear, and HURD is bit-rotted.
+  # Should be better, but MinGW is unclear.
   gnu     = filterDoubles (matchAttrs { kernel = parse.kernels.linux; abi = parse.abis.gnu; });
   illumos = filterDoubles predicates.isSunOS;
   linux   = filterDoubles predicates.isLinux;