about summary refs log tree commit diff
path: root/pkgs/tools/misc/coreutils
diff options
context:
space:
mode:
authorCraig Younkins <cyounkins@gmail.com>2018-11-30 01:19:05 +0000
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2018-12-25 22:34:55 -0500
commit8b12b17df3a8b5141e7a848641933cec28818ffa (patch)
tree61dd653b32275ac05c5fafcfc54f1de6329fd9d1 /pkgs/tools/misc/coreutils
parent87d6913ef92d0c71c44441d2182849337e1b6bca (diff)
downloadnixlib-8b12b17df3a8b5141e7a848641933cec28818ffa.tar
nixlib-8b12b17df3a8b5141e7a848641933cec28818ffa.tar.gz
nixlib-8b12b17df3a8b5141e7a848641933cec28818ffa.tar.bz2
nixlib-8b12b17df3a8b5141e7a848641933cec28818ffa.tar.lz
nixlib-8b12b17df3a8b5141e7a848641933cec28818ffa.tar.xz
nixlib-8b12b17df3a8b5141e7a848641933cec28818ffa.tar.zst
nixlib-8b12b17df3a8b5141e7a848641933cec28818ffa.zip
treewide: Fix broken Gmane URLs
Diffstat (limited to 'pkgs/tools/misc/coreutils')
-rw-r--r--pkgs/tools/misc/coreutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix
index 0ddfad65a7a1..c252a8748bce 100644
--- a/pkgs/tools/misc/coreutils/default.nix
+++ b/pkgs/tools/misc/coreutils/default.nix
@@ -63,8 +63,8 @@ stdenv.mkDerivation rec {
     ++ optional (stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform.libc != "glibc") libiconv;
 
   # The tests are known broken on Cygwin
-  # (http://thread.gmane.org/gmane.comp.gnu.core-utils.bugs/19025),
-  # Darwin (http://thread.gmane.org/gmane.comp.gnu.core-utils.bugs/19351),
+  # (http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/19025),
+  # Darwin (http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/19351),
   # and {Open,Free}BSD.
   # With non-standard storeDir: https://github.com/NixOS/nix/issues/512
   doCheck = stdenv.hostPlatform == stdenv.buildPlatform