···5566 # Don't use fetchgit as this is needed during Aarch64 bootstrapping
77 configGuess = fetchurl {
88- url = "http://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=${rev}";
88+ url = "https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=${rev}";
99 sha256 = "1bb8z1wzjs81p9qrvji4bc2a8zyxjinz90k8xq7sxxdp6zrmq1sv";
1010 };
1111 configSub = fetchurl {
1212- url = "http://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=${rev}";
1212+ url = "https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=${rev}";
1313 sha256 = "00dn5i2cp4iqap5vr368r5ifrgcjfq5pr97i4dkkdbha1han5hsc";
1414 };
1515in
···25252626 meta = with stdenv.lib; {
2727 description = "Attempt to guess a canonical system name";
2828- homepage = http://savannah.gnu.org/projects/config;
2828+ homepage = https://savannah.gnu.org/projects/config;
2929 license = licenses.gpl3;
3030 # In addition to GPLv3:
3131 # As a special exception to the GNU General Public License, if you
+1-1
pkgs/development/libraries/gnutls-kdh/generic.nix
···4747 [ "--enable-guile" "--with-guile-site-dir=\${out}/share/guile/site" ];
48484949 # Build of the Guile bindings is not parallel-safe. See
5050- # <http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=330995a920037b6030ec0282b51dde3f8b493cad>
5050+ # <https://github.com/arpa2/gnutls-kdh/commit/330995a920037b6030ec0282b51dde3f8b493cad>
5151 # for the actual fix. Also an apparent race in the generation of
5252 # systemkey-args.h.
5353 enableParallelBuilding = false;