···56 # Don't use fetchgit as this is needed during Aarch64 bootstrapping
7 configGuess = fetchurl {
8- url = "http://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=${rev}";
9 sha256 = "1bb8z1wzjs81p9qrvji4bc2a8zyxjinz90k8xq7sxxdp6zrmq1sv";
10 };
11 configSub = fetchurl {
12- url = "http://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=${rev}";
13 sha256 = "00dn5i2cp4iqap5vr368r5ifrgcjfq5pr97i4dkkdbha1han5hsc";
14 };
15in
···2526 meta = with stdenv.lib; {
27 description = "Attempt to guess a canonical system name";
28- homepage = http://savannah.gnu.org/projects/config;
29 license = licenses.gpl3;
30 # In addition to GPLv3:
31 # As a special exception to the GNU General Public License, if you
···56 # Don't use fetchgit as this is needed during Aarch64 bootstrapping
7 configGuess = fetchurl {
8+ url = "https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=${rev}";
9 sha256 = "1bb8z1wzjs81p9qrvji4bc2a8zyxjinz90k8xq7sxxdp6zrmq1sv";
10 };
11 configSub = fetchurl {
12+ url = "https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=${rev}";
13 sha256 = "00dn5i2cp4iqap5vr368r5ifrgcjfq5pr97i4dkkdbha1han5hsc";
14 };
15in
···2526 meta = with stdenv.lib; {
27 description = "Attempt to guess a canonical system name";
28+ homepage = https://savannah.gnu.org/projects/config;
29 license = licenses.gpl3;
30 # In addition to GPLv3:
31 # As a special exception to the GNU General Public License, if you
+1-1
pkgs/development/libraries/gnutls-kdh/generic.nix
···47 [ "--enable-guile" "--with-guile-site-dir=\${out}/share/guile/site" ];
4849 # Build of the Guile bindings is not parallel-safe. See
50- # <http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=330995a920037b6030ec0282b51dde3f8b493cad>
51 # for the actual fix. Also an apparent race in the generation of
52 # systemkey-args.h.
53 enableParallelBuilding = false;
···47 [ "--enable-guile" "--with-guile-site-dir=\${out}/share/guile/site" ];
4849 # Build of the Guile bindings is not parallel-safe. See
50+ # <https://github.com/arpa2/gnutls-kdh/commit/330995a920037b6030ec0282b51dde3f8b493cad>
51 # for the actual fix. Also an apparent race in the generation of
52 # systemkey-args.h.
53 enableParallelBuilding = false;