summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2018-12-25 22:55:03 -0500
committerGitHub <noreply@github.com>2018-12-25 22:55:03 -0500
commitc7f26a34e8a1be0e1ab573870ab00966e7562252 (patch)
tree885fb7901fc2300b93e388720ae284614bb4af38 /pkgs/development
parent483b87ba090b8db10b92fb908c48eb530c15245f (diff)
parent8b12b17df3a8b5141e7a848641933cec28818ffa (diff)
downloadnixpkgs-c7f26a34e8a1be0e1ab573870ab00966e7562252.tar
nixpkgs-c7f26a34e8a1be0e1ab573870ab00966e7562252.tar.gz
nixpkgs-c7f26a34e8a1be0e1ab573870ab00966e7562252.tar.bz2
nixpkgs-c7f26a34e8a1be0e1ab573870ab00966e7562252.tar.lz
nixpkgs-c7f26a34e8a1be0e1ab573870ab00966e7562252.tar.xz
nixpkgs-c7f26a34e8a1be0e1ab573870ab00966e7562252.tar.zst
nixpkgs-c7f26a34e8a1be0e1ab573870ab00966e7562252.zip
Merge pull request #52896 from veprbl/pr/gmane_wo_net-snmp
treewide: Fix broken Gmane URLs
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/adns/default.nix2
-rw-r--r--pkgs/development/tools/misc/dejagnu/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/adns/default.nix b/pkgs/development/libraries/adns/default.nix
index 0f0e30ef0f3..76e49768d53 100644
--- a/pkgs/development/libraries/adns/default.nix
+++ b/pkgs/development/libraries/adns/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
   preConfigure =
     stdenv.lib.optionalString stdenv.isDarwin "sed -i -e 's|-Wl,-soname=$(SHLIBSONAME)||' configure";
 
-  # http://thread.gmane.org/gmane.linux.distributions.nixos/1328 for details.
+  # https://www.mail-archive.com/nix-dev@cs.uu.nl/msg01347.html for details.
   doCheck = false;
 
   postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
diff --git a/pkgs/development/tools/misc/dejagnu/default.nix b/pkgs/development/tools/misc/dejagnu/default.nix
index 26eaf707b2b..c04031bc41d 100644
--- a/pkgs/development/tools/misc/dejagnu/default.nix
+++ b/pkgs/development/tools/misc/dejagnu/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
 
   # Note: The test-suite *requires* /dev/pts among the `build-chroot-dirs' of
   # the build daemon when building in a chroot.  See
-  # <http://thread.gmane.org/gmane.linux.distributions.nixos/1036> for
+  # <https://www.mail-archive.com/nix-dev@cs.uu.nl/msg01056.html> for
   # details.
 
   # The test-suite needs to have a non-empty stdin: