summary refs log tree commit diff
path: root/lib/tests
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/tests
parentc4e8f4b442e2500273040a17d61996ee99c3956b (diff)
downloadnixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar
nixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.gz
nixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.bz2
nixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.lz
nixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.xz
nixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.zst
nixlib-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/tests')
-rw-r--r--lib/tests/systems.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/systems.nix b/lib/tests/systems.nix
index ffdd8ae929c8..91604280e4e7 100644
--- a/lib/tests/systems.nix
+++ b/lib/tests/systems.nix
@@ -22,7 +22,7 @@ in with lib.systems.doubles; lib.runTests {
   cygwin = assertTrue (mseteq cygwin [ "i686-cygwin" "x86_64-cygwin" ]);
   darwin = assertTrue (mseteq darwin [ "x86_64-darwin" ]);
   freebsd = assertTrue (mseteq freebsd [ "i686-freebsd" "x86_64-freebsd" ]);
-  gnu = assertTrue (mseteq gnu (linux /* ++ hurd ++ kfreebsd ++ ... */));
+  gnu = assertTrue (mseteq gnu (linux /* ++ kfreebsd ++ ... */));
   illumos = assertTrue (mseteq illumos [ "x86_64-solaris" ]);
   linux = assertTrue (mseteq linux [ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mipsel-linux" ]);
   netbsd = assertTrue (mseteq netbsd [ "i686-netbsd" "x86_64-netbsd" ]);