Merge pull request #51329 from c0bw3b/cleanup/gnu-https

Favor HTTPS URLs - the GNU edition
This commit is contained in:
markuskowa 2018-12-02 16:52:33 +01:00 committed by GitHub
commit 506d4c7e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
247 changed files with 294 additions and 293 deletions

View File

@ -935,7 +935,7 @@ The implementation can be found in the
[integer-gmp](http://hackage.haskell.org/package/integer-gmp) package. [integer-gmp](http://hackage.haskell.org/package/integer-gmp) package.
A potential problem with this is that GMP is licensed under the A potential problem with this is that GMP is licensed under the
[GNU Lesser General Public License (LGPL)](http://www.gnu.org/copyleft/lesser.html), [GNU Lesser General Public License (LGPL)](https://www.gnu.org/copyleft/lesser.html),
a kind of "copyleft" license. According to the terms of the LGPL, paragraph 5, a kind of "copyleft" license. According to the terms of the LGPL, paragraph 5,
you may distribute a program that is designed to be compiled and dynamically you may distribute a program that is designed to be compiled and dynamically
linked with the library under the terms of your choice (i.e., commercially) but linked with the library under the terms of your choice (i.e., commercially) but

View File

@ -14,7 +14,7 @@ meta = with stdenv.lib; {
GNU Hello is a program that prints "Hello, world!" when you run it. GNU Hello is a program that prints "Hello, world!" when you run it.
It is fully customizable. It is fully customizable.
''; '';
homepage = http://www.gnu.org/software/hello/manual/; homepage = https://www.gnu.org/software/hello/manual/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.eelco ]; maintainers = [ maintainers.eelco ];
platforms = platforms.all; platforms = platforms.all;
@ -35,7 +35,7 @@ $ nix-env -qa hello --json
"hello": { "hello": {
"meta": { "meta": {
"description": "A program that produces a familiar, friendly greeting", "description": "A program that produces a familiar, friendly greeting",
"homepage": "http://www.gnu.org/software/hello/manual/", "homepage": "https://www.gnu.org/software/hello/manual/",
"license": { "license": {
"fullName": "GNU General Public License version 3 or later", "fullName": "GNU General Public License version 3 or later",
"shortName": "GPLv3+", "shortName": "GPLv3+",
@ -135,7 +135,7 @@ hello-2.3 A program that produces a familiar, friendly greeting
<listitem> <listitem>
<para> <para>
The packages homepage. Example: The packages homepage. Example:
<literal>http://www.gnu.org/software/hello/manual/</literal> <literal>https://www.gnu.org/software/hello/manual/</literal>
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -146,7 +146,7 @@ hello-2.3 A program that produces a familiar, friendly greeting
<listitem> <listitem>
<para> <para>
The page where a link to the current version can be found. Example: The page where a link to the current version can be found. Example:
<literal>http://ftp.gnu.org/gnu/hello/</literal> <literal>https://ftp.gnu.org/gnu/hello/</literal>
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -31,7 +31,7 @@ $ cd nixpkgs
<para> <para>
The second possibility is to add the package outside of the Nixpkgs tree. For The second possibility is to add the package outside of the Nixpkgs tree. For
instance, here is how you specify a build of the instance, here is how you specify a build of the
<link xlink:href="http://www.gnu.org/software/hello/">GNU Hello</link> <link xlink:href="https://www.gnu.org/software/hello/">GNU Hello</link>
package directly in <filename>configuration.nix</filename>: package directly in <filename>configuration.nix</filename>:
<programlisting> <programlisting>
<xref linkend="opt-environment.systemPackages"/> = <xref linkend="opt-environment.systemPackages"/> =

View File

@ -11,7 +11,7 @@
Rodney Lorrimar @rvl Rodney Lorrimar @rvl
--> -->
<para> <para>
<link xlink:href="http://www.gnu.org/software/emacs/">Emacs</link> is an <link xlink:href="https://www.gnu.org/software/emacs/">Emacs</link> is an
extensible, customizable, self-documenting real-time display editor — and extensible, customizable, self-documenting real-time display editor — and
more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing. programming language with extensions to support text editing.

View File

@ -18,7 +18,7 @@ let
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://faust.grame.fr/; homepage = http://faust.grame.fr/;
downloadPage = http://sourceforge.net/projects/faudiostream/files/; downloadPage = https://sourceforge.net/projects/faudiostream/files/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ magnetophon pmahoney ]; maintainers = with maintainers; [ magnetophon pmahoney ];

View File

@ -27,7 +27,7 @@ let
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://faust.grame.fr/; homepage = http://faust.grame.fr/;
downloadPage = http://sourceforge.net/projects/faudiostream/files/; downloadPage = https://sourceforge.net/projects/faudiostream/files/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ magnetophon pmahoney ]; maintainers = with maintainers; [ magnetophon pmahoney ];

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
longDescription = '' longDescription = ''
Session management system for GNU/Linux audio applications. Session management system for GNU/Linux audio applications.
''; '';
homepage = http://www.nongnu.org/lash; homepage = https://www.nongnu.org/lash;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Not a Guitar-Only tuner"; description = "Not a Guitar-Only tuner";
homepage = http://www.nongnu.org/lingot/; homepage = https://www.nongnu.org/lingot/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];

View File

@ -6,7 +6,7 @@ let
version="0.12"; version="0.12";
name="${baseName}-${version}"; name="${baseName}-${version}";
hash="1b14zcwlvnxhjxr3ymyzg0mg4sbijkinzpxm641s859jxcgylmll"; hash="1b14zcwlvnxhjxr3ymyzg0mg4sbijkinzpxm641s859jxcgylmll";
url="http://download.savannah.gnu.org/releases/mi2ly/mi2ly.0.12.tar.bz2"; url="https://download.savannah.gnu.org/releases/mi2ly/mi2ly.0.12.tar.bz2";
sha256="1b14zcwlvnxhjxr3ymyzg0mg4sbijkinzpxm641s859jxcgylmll"; sha256="1b14zcwlvnxhjxr3ymyzg0mg4sbijkinzpxm641s859jxcgylmll";
}; };
buildInputs = [ buildInputs = [

View File

@ -1,3 +1,3 @@
url http://download.savannah.gnu.org/releases/mi2ly/ url https://download.savannah.gnu.org/releases/mi2ly/
ensure_choice ensure_choice
version '.*/mi2ly[.]([0-9.]+)[.]tar.*' '\1' version '.*/mi2ly[.]([0-9.]+)[.]tar.*' '\1'

View File

@ -5,7 +5,7 @@ pythonPackages.buildPythonApplication rec {
version = "3.2"; version = "3.2";
src = fetchurl { src = fetchurl {
url = "http://download.savannah.gnu.org/releases/mimms/mimms-${version}.tar.bz2"; url = "https://download.savannah.gnu.org/releases/mimms/mimms-${version}.tar.bz2";
sha256 = "0zmcd670mpq85cs3nvdq3i805ba0d1alqahfy1m9cpf7kxrivfml"; sha256 = "0zmcd670mpq85cs3nvdq3i805ba0d1alqahfy1m9cpf7kxrivfml";
}; };

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libmad ]; buildInputs = [ libmad ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://normalize.nongnu.org/; homepage = https://www.nongnu.org/normalize/;
description = "Audio file normalizer"; description = "Audio file normalizer";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -61,7 +61,7 @@ in buildPythonApplication rec {
- Commandline control - Commandline control
- Available in 24 languages - Available in 24 languages
''; '';
homepage = http://www.nongnu.org/sonata/; homepage = https://www.nongnu.org/sonata/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.rvl ]; maintainers = [ stdenv.lib.maintainers.rvl ];

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation (rec {
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
homepage = http://www.gnu.org/software/ed/; homepage = https://www.gnu.org/software/ed/;
maintainers = [ ]; maintainers = [ ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "bbdb-3.1.2"; name = "bbdb-3.1.2";
src = fetchurl { src = fetchurl {
url = "http://download.savannah.gnu.org/releases/bbdb/${name}.tar.gz"; url = "https://download.savannah.gnu.org/releases/bbdb/${name}.tar.gz";
sha256 = "1gs16bbpiiy01w9pyg12868r57kx1v3hnw04gmqsmpc40l1hyy05"; sha256 = "1gs16bbpiiy01w9pyg12868r57kx1v3hnw04gmqsmpc40l1hyy05";
}; };
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://savannah.nongnu.org/projects/bbdb/; homepage = https://savannah.nongnu.org/projects/bbdb/;
description = "The Insidious Big Brother Database (BBDB), a contact management utility for Emacs, version 3"; description = "The Insidious Big Brother Database (BBDB), a contact management utility for Emacs, version 3";
license = "GPL"; license = "GPL";
}; };

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Emacs-lisp mode for skinning your Emacs"; description = "Emacs-lisp mode for skinning your Emacs";
homepage = http://www.nongnu.org/color-theme; homepage = https://www.nongnu.org/color-theme;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
# These guys don't use ftp.gnu.org... # These guys don't use ftp.gnu.org...
url = "http://www.gnu.org/software/emms/download/${name}.tar.gz"; url = "https://www.gnu.org/software/emms/download/${name}.tar.gz";
sha256 = "151mfx97x15lfpd1qc2sqbvhwhvg46axgh15qyqmdy42vh906xav"; sha256 = "151mfx97x15lfpd1qc2sqbvhwhvg46axgh15qyqmdy42vh906xav";
}; };
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
support, with no effort from your side. support, with no effort from your side.
''; '';
homepage = http://www.gnu.org/software/emms/; homepage = https://www.gnu.org/software/emms/;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "let-alist-1.0.3"; name = "let-alist-1.0.3";
src = fetchurl { src = fetchurl {
url = "http://elpa.gnu.org/packages/let-alist-1.0.3.el"; url = "https://elpa.gnu.org/packages/let-alist-1.0.3.el";
sha256 = "12n1cmjc7hzyy0jmsdxqz1hqzg4ri4nvvi0p9mw1d6v44xzfm0mx"; sha256 = "12n1cmjc7hzyy0jmsdxqz1hqzg4ri4nvvi0p9mw1d6v44xzfm0mx";
}; };
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://elpa.gnu.org/packages/let-alist.html; homepage = https://elpa.gnu.org/packages/let-alist.html;
description = "Easily let-bind values of an assoc-list by their names"; description = "Easily let-bind values of an assoc-list by their names";
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
}; };

View File

@ -114,7 +114,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The extensible, customizable GNU text editor"; description = "The extensible, customizable GNU text editor";
homepage = http://www.gnu.org/software/emacs/; homepage = https://www.gnu.org/software/emacs/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ chaoflow lovek323 peti the-kenny jwiegley ]; maintainers = with maintainers; [ chaoflow lovek323 peti the-kenny jwiegley ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -119,7 +119,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The extensible, customizable GNU text editor"; description = "The extensible, customizable GNU text editor";
homepage = http://www.gnu.org/software/emacs/; homepage = https://www.gnu.org/software/emacs/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ chaoflow lovek323 peti the-kenny jwiegley ]; maintainers = with maintainers; [ chaoflow lovek323 peti the-kenny jwiegley ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The extensible, customizable text editor"; description = "The extensible, customizable text editor";
homepage = http://www.gnu.org/software/emacs/; homepage = https://www.gnu.org/software/emacs/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jwiegley matthewbauer ]; maintainers = with maintainers; [ jwiegley matthewbauer ];
platforms = platforms.darwin; platforms = platforms.darwin;

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
version = "0.8.18.1"; version = "0.8.18.1";
name = "leafpad-${version}"; name = "leafpad-${version}";
src = fetchurl { src = fetchurl {
url = "http://download.savannah.gnu.org/releases/leafpad/${name}.tar.gz"; url = "https://download.savannah.gnu.org/releases/leafpad/${name}.tar.gz";
sha256 = "0b0az2wvqgvam7w0ns1j8xp2llslm1rx6h7zcsy06a7j0yp257cm"; sha256 = "0b0az2wvqgvam7w0ns1j8xp2llslm1rx6h7zcsy06a7j0yp257cm";
}; };

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
completion, directory browser, duplicate removal from prompt histories, completion, directory browser, duplicate removal from prompt histories,
delimiter matching, text conversion from/to UTF-8, romanization, etc. delimiter matching, text conversion from/to UTF-8, romanization, etc.
''; '';
homepage = http://www.gnu.org/software/moe/; homepage = https://www.gnu.org/software/moe/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -64,7 +64,7 @@ let
gtdialog_url = "http://foicica.com/gtdialog/download/" + gtdialog_zip; gtdialog_url = "http://foicica.com/gtdialog/download/" + gtdialog_zip;
lspawn_url = "http://foicica.com/lspawn/download/" + lspawn_zip; lspawn_url = "http://foicica.com/lspawn/download/" + lspawn_zip;
scintilla_url = "http://prdownloads.sourceforge.net/scintilla/" + scintilla_tgz; scintilla_url = "mirror://sourceforge/scintilla/" + scintilla_tgz;
lua_url = "http://www.lua.org/ftp/" + lua_tgz; lua_url = "http://www.lua.org/ftp/" + lua_tgz;
lpeg_url = "http://www.inf.puc-rio.br/~roberto/lpeg/" + lpeg_tgz; lpeg_url = "http://www.inf.puc-rio.br/~roberto/lpeg/" + lpeg_tgz;
lfs_url = "https://github.com/keplerproject/luafilesystem/archive/" + lfs_zip; lfs_url = "https://github.com/keplerproject/luafilesystem/archive/" + lfs_zip;

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
compiles to about 130Kb. compiles to about 130Kb.
''; '';
homepage = http://www.gnu.org/software/zile/; homepage = https://www.gnu.org/software/zile/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.43"; version = "0.43";
src = fetchurl { src = fetchurl {
url = "http://download.savannah.gnu.org/releases/devilspie2/devilspie2_${version}-src.tar.gz"; url = "https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${version}-src.tar.gz";
sha256 = "0a7qjl2qd4099kkkbwa1y2fk48s21jlr409lf9mij7mlc9yc3zzc"; sha256 = "0a7qjl2qd4099kkkbwa1y2fk48s21jlr409lf9mij7mlc9yc3zzc";
}; };

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
# trick on NIX_LDFLAGS and dontPatchELF to make it find them. # trick on NIX_LDFLAGS and dontPatchELF to make it find them.
# I use 'yes y' to skip a build error linking with xineLib, # I use 'yes y' to skip a build error linking with xineLib,
# because xine stopped exporting "_x_vo_new_port" # because xine stopped exporting "_x_vo_new_port"
# http://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/5115261 # https://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/5115261
buildPhase = '' buildPhase = ''
export NIX_LDFLAGS="$NIX_LDFLAGS -lXxf86vm -lXext" export NIX_LDFLAGS="$NIX_LDFLAGS -lXxf86vm -lXext"
perl make.pl build perl make.pl build

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
programs that need to ask a user's password to run another program programs that need to ask a user's password to run another program
as another user. as another user.
''; '';
homepage = http://www.nongnu.org/gksu/; homepage = https://www.nongnu.org/gksu/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.romildo ]; maintainers = [ stdenv.lib.maintainers.romildo ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
Trivial, but useful nonetheless. Trivial, but useful nonetheless.
''; '';
homepage = http://gtk2fontsel.sourceforge.net/; homepage = http://gtk2fontsel.sourceforge.net/;
downloadPage = http://sourceforge.net/projects/gtk2fontsel/; downloadPage = https://sourceforge.net/projects/gtk2fontsel/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.prikhi ]; maintainers = [ maintainers.prikhi ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation {
doCheck = true; doCheck = true;
meta = { meta = {
homepage = http://www.gnu.org/software/gv/; homepage = https://www.gnu.org/software/gv/;
description = "PostScript/PDF document viewer"; description = "PostScript/PDF document viewer";
longDescription = '' longDescription = ''

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
GNU Hello is a program that prints "Hello, world!" when you run it. GNU Hello is a program that prints "Hello, world!" when you run it.
It is fully customizable. It is fully customizable.
''; '';
homepage = http://www.gnu.org/software/hello/manual/; homepage = https://www.gnu.org/software/hello/manual/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.eelco ]; maintainers = [ maintainers.eelco ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
version = "2.0.15"; version = "2.0.15";
src = fetchurl { src = fetchurl {
url = "http://download.savannah.gnu.org/releases/xlog/${name}.tar.gz"; url = "https://download.savannah.gnu.org/releases/xlog/${name}.tar.gz";
sha256 = "0an883wqw3zwpw8nqinm9cb17hp2xw9vf603k4l2345p61jqdw2j"; sha256 = "0an883wqw3zwpw8nqinm9cb17hp2xw9vf603k4l2345p61jqdw2j";
}; };
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
location in latitude and longitude and distance and heading in kilometers or miles, location in latitude and longitude and distance and heading in kilometers or miles,
both for short and long path. both for short and long path.
''; '';
homepage = http://www.nongnu.org/xlog; homepage = https://www.nongnu.org/xlog;
maintainers = [ maintainers.mafo ]; maintainers = [ maintainers.mafo ];
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl curl ]; buildInputs = [ openssl curl ];
# Add support for CURL_CA_BUNDLE variable. # Add support for CURL_CA_BUNDLE variable.
# Fix <http://sourceforge.net/p/esniper/bugs/648/>. # Fix <https://sourceforge.net/p/esniper/bugs/648/>.
patches = [ ./find-ca-bundle.patch ]; patches = [ ./find-ca-bundle.patch ];
postInstall = '' postInstall = ''

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus ; license = licenses.gpl3Plus ;
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = platforms.linux; platforms = platforms.linux;
downloadPage = "http://www.gnu.org/software/freetalk/"; downloadPage = "https://www.gnu.org/software/freetalk/";
}; };
} }

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "GNU package for semiconductor device simulations"; description = "GNU package for semiconductor device simulations";
homepage = http://www.gnu.org/software/archimedes; homepage = https://www.gnu.org/software/archimedes;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -77,7 +77,7 @@ stdenv.mkDerivation ({
# Failures in the regression test suite won't abort the build process. We run # Failures in the regression test suite won't abort the build process. We run
# the suite only so that potential errors show up in the build log. See also: # the suite only so that potential errors show up in the build log. See also:
# http://sourceforge.net/tracker/?func=detail&aid=3365831&group_id=4933&atid=104933. # https://sourceforge.net/tracker/?func=detail&aid=3365831&group_id=4933&atid=104933.
doCheck = true; doCheck = true;
enableParallelBuilding = true; enableParallelBuilding = true;

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://www.gnu.org/software/pspp/; homepage = https://www.gnu.org/software/pspp/;
description = "A free replacement for SPSS, a program for statistical analysis of sampled data"; description = "A free replacement for SPSS, a program for statistical analysis of sampled data";
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;

View File

@ -12,10 +12,10 @@ python27Packages.buildPythonApplication rec {
homepage = https://github.com/quiet-oceans/motuclient-setuptools; homepage = https://github.com/quiet-oceans/motuclient-setuptools;
description = "CLI to query oceanographic data to Motu servers"; description = "CLI to query oceanographic data to Motu servers";
longDescription = '' longDescription = ''
Access data from (motu)[http://sourceforge.net/projects/cls-motu/] servers. Access data from (motu)[https://sourceforge.net/projects/cls-motu/] servers.
This is a refactored fork of the original release in order to simplify integration, This is a refactored fork of the original release in order to simplify integration,
deployment and packaging. Upstream code can be found at deployment and packaging. Upstream code can be found at
http://sourceforge.net/projects/cls-motu/ . https://sourceforge.net/projects/cls-motu/ .
''; '';
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = [ maintainers.lsix ]; maintainers = [ maintainers.lsix ];

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "GNU Arch (aka. `tla'), a distributed revision control system"; description = "GNU Arch (aka. `tla'), a distributed revision control system";
homepage = http://www.gnu.org/software/gnu-arch/; homepage = https://www.gnu.org/software/gnu-arch/;
license = "GPL"; license = "GPL";
}; };
} }

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = [ "-std=c99" ]; NIX_CFLAGS_COMPILE = [ "-std=c99" ];
meta = { meta = {
homepage = http://www.gnu.org/software/rcs/; homepage = https://www.gnu.org/software/rcs/;
description = "Revision control system"; description = "Revision control system";
longDescription = longDescription =
'' The GNU Revision Control System (RCS) manages multiple revisions of '' The GNU Revision Control System (RCS) manages multiple revisions of

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.nongnu.org/ratpoison/; homepage = https://www.nongnu.org/ratpoison/;
description = "Simple mouse-free tiling window manager"; description = "Simple mouse-free tiling window manager";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "C++ STD manual pages"; description = "C++ STD manual pages";
homepage = http://gcc.gnu.org/; homepage = https://gcc.gnu.org/;
license = "GPL/LGPL"; license = "GPL/LGPL";
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };

View File

@ -19,7 +19,7 @@ fetchzip rec {
(PostScript Type0, TrueType, OpenType...) fonts covering the ISO (PostScript Type0, TrueType, OpenType...) fonts covering the ISO
10646/Unicode UCS (Universal Character Set). 10646/Unicode UCS (Universal Character Set).
''; '';
homepage = http://www.gnu.org/software/freefont/; homepage = https://www.gnu.org/software/freefont/;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = []; maintainers = [];

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.gnu.org/software/miscfiles/; homepage = https://www.gnu.org/software/miscfiles/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
description = "Collection of files not of crucial importance for sysadmins"; description = "Collection of files not of crucial importance for sysadmins";
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Tray status icon, which notifies us when new email arrives"; description = "Tray status icon, which notifies us when new email arrives";
homepage = http://www.nongnu.org/mailnotify/; homepage = https://www.nongnu.org/mailnotify/;
license = with licenses; [ gpl3 ]; license = with licenses; [ gpl3 ];
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.eleanor ]; maintainers = [ maintainers.eleanor ];

View File

@ -1,4 +1,4 @@
url http://sourceforge.net/projects/freepascal/files/Source/ url https://sourceforge.net/projects/freepascal/files/Source/
SF_version_dir SF_version_dir
version_link 'fpcbuild-[0-9.]+[.]tar[.]gz/download$' version_link 'fpcbuild-[0-9.]+[.]tar[.]gz/download$'
SF_redirect SF_redirect

View File

@ -335,7 +335,7 @@ stdenv.mkDerivation ({
then "install-strip" then "install-strip"
else "install"; else "install";
# http://gcc.gnu.org/install/specific.html#x86-64-x-solaris210 # https://gcc.gnu.org/install/specific.html#x86-64-x-solaris210
${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64"; ${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64";
# Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the # Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the
@ -397,7 +397,7 @@ stdenv.mkDerivation ({
inherit (stdenv) is64bit; inherit (stdenv) is64bit;
meta = { meta = {
homepage = http://gcc.gnu.org/; homepage = https://gcc.gnu.org/;
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+ license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
description = "GNU Compiler Collection, version ${version}" description = "GNU Compiler Collection, version ${version}"
+ (if stripped then "" else " (with debugging info)"); + (if stripped then "" else " (with debugging info)");

View File

@ -348,7 +348,7 @@ stdenv.mkDerivation ({
then "install-strip" then "install-strip"
else "install"; else "install";
# http://gcc.gnu.org/install/specific.html#x86-64-x-solaris210 # https://gcc.gnu.org/install/specific.html#x86-64-x-solaris210
${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64"; ${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64";
# Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the # Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the
@ -409,7 +409,7 @@ stdenv.mkDerivation ({
inherit (stdenv) is64bit; inherit (stdenv) is64bit;
meta = { meta = {
homepage = http://gcc.gnu.org/; homepage = https://gcc.gnu.org/;
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+ license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
description = "GNU Compiler Collection, version ${version}" description = "GNU Compiler Collection, version ${version}"
+ (if stripped then "" else " (with debugging info)"); + (if stripped then "" else " (with debugging info)");

View File

@ -353,7 +353,7 @@ stdenv.mkDerivation ({
then "install-strip" then "install-strip"
else "install"; else "install";
# http://gcc.gnu.org/install/specific.html#x86-64-x-solaris210 # https://gcc.gnu.org/install/specific.html#x86-64-x-solaris210
${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64"; ${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64";
# Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the # Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the
@ -414,7 +414,7 @@ stdenv.mkDerivation ({
inherit (stdenv) is64bit; inherit (stdenv) is64bit;
meta = { meta = {
homepage = http://gcc.gnu.org/; homepage = https://gcc.gnu.org/;
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+ license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
description = "GNU Compiler Collection, version ${version}" description = "GNU Compiler Collection, version ${version}"
+ (if stripped then "" else " (with debugging info)"); + (if stripped then "" else " (with debugging info)");

View File

@ -355,7 +355,7 @@ stdenv.mkDerivation ({
then "install-strip" then "install-strip"
else "install"; else "install";
# http://gcc.gnu.org/install/specific.html#x86-64-x-solaris210 # https://gcc.gnu.org/install/specific.html#x86-64-x-solaris210
${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64"; ${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64";
# Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the # Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the
@ -416,7 +416,7 @@ stdenv.mkDerivation ({
inherit (stdenv) is64bit; inherit (stdenv) is64bit;
meta = { meta = {
homepage = http://gcc.gnu.org/; homepage = https://gcc.gnu.org/;
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+ license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
description = "GNU Compiler Collection, version ${version}" description = "GNU Compiler Collection, version ${version}"
+ (if stripped then "" else " (with debugging info)"); + (if stripped then "" else " (with debugging info)");

View File

@ -319,7 +319,7 @@ stdenv.mkDerivation ({
then "install-strip" then "install-strip"
else "install"; else "install";
# http://gcc.gnu.org/install/specific.html#x86-64-x-solaris210 # https://gcc.gnu.org/install/specific.html#x86-64-x-solaris210
${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64"; ${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64";
# Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the # Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the
@ -367,7 +367,7 @@ stdenv.mkDerivation ({
inherit (stdenv) is64bit; inherit (stdenv) is64bit;
meta = { meta = {
homepage = http://gcc.gnu.org/; homepage = https://gcc.gnu.org/;
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+ license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
description = "GNU Compiler Collection, version ${version}" description = "GNU Compiler Collection, version ${version}"
+ (if stripped then "" else " (with debugging info)"); + (if stripped then "" else " (with debugging info)");

View File

@ -304,7 +304,7 @@ stdenv.mkDerivation ({
then "install-strip" then "install-strip"
else "install"; else "install";
# http://gcc.gnu.org/install/specific.html#x86-64-x-solaris210 # https://gcc.gnu.org/install/specific.html#x86-64-x-solaris210
${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64"; ${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64";
# Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the # Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the
@ -345,7 +345,7 @@ stdenv.mkDerivation ({
inherit (stdenv) is64bit; inherit (stdenv) is64bit;
meta = { meta = {
homepage = http://gcc.gnu.org/; homepage = https://gcc.gnu.org/;
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+ license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
description = "GNU Compiler Collection, version ${version}" description = "GNU Compiler Collection, version ${version}"
+ (if stripped then "" else " (with debugging info)"); + (if stripped then "" else " (with debugging info)");

View File

@ -269,7 +269,7 @@ stdenv.mkDerivation ({
then "install-strip" then "install-strip"
else "install"; else "install";
# http://gcc.gnu.org/install/specific.html#x86-64-x-solaris210 # https://gcc.gnu.org/install/specific.html#x86-64-x-solaris210
${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64"; ${if hostPlatform.system == "x86_64-solaris" then "CC" else null} = "gcc -m64";
# Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the # Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the
@ -317,7 +317,7 @@ stdenv.mkDerivation ({
inherit (stdenv) is64bit; inherit (stdenv) is64bit;
meta = { meta = {
homepage = http://gcc.gnu.org/; homepage = https://gcc.gnu.org/;
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+ license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
description = "GNU Compiler Collection, version ${version}" description = "GNU Compiler Collection, version ${version}"
+ (if stripped then "" else " (with debugging info)"); + (if stripped then "" else " (with debugging info)");

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchgit { src = fetchgit {
sha256 = "0vpxb6z5g9fjavrgx8gz8fsjvskfz64f63qibh5s00fvvndlwi88"; sha256 = "0vpxb6z5g9fjavrgx8gz8fsjvskfz64f63qibh5s00fvvndlwi88";
url = "http://git.savannah.gnu.org/r/gcl.git"; url = "https://git.savannah.gnu.org/r/gcl.git";
rev = "refs/tags/Version_2_6_13pre50"; rev = "refs/tags/Version_2_6_13pre50";
}; };

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = { meta = {
homepage = http://www.gnu.org/software/gprolog/; homepage = https://www.gnu.org/software/gprolog/;
description = "GNU Prolog, a free Prolog compiler with constraint solving over finite domains"; description = "GNU Prolog, a free Prolog compiler with constraint solving over finite domains";
license = stdenv.lib.licenses.lgpl3Plus; license = stdenv.lib.licenses.lgpl3Plus;

View File

@ -79,7 +79,7 @@ stdenv.mkDerivation {
development cycle. development cycle.
''; '';
homepage = http://www.gnu.org/software/mit-scheme/; homepage = https://www.gnu.org/software/mit-scheme/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
guile-gnome a comprehensive environment for developing modern guile-gnome a comprehensive environment for developing modern
applications. applications.
''; '';
homepage = "http://www.gnu.org/software/guile-gnome/"; homepage = "https://www.gnu.org/software/guile-gnome/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ vyp ]; maintainers = with maintainers; [ vyp ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -37,7 +37,7 @@ in stdenv.mkDerivation {
modules into a coherent library. Think "a down-scaled, limited-scope CPAN modules into a coherent library. Think "a down-scaled, limited-scope CPAN
for Guile". for Guile".
''; '';
homepage = "http://www.nongnu.org/guile-lib/"; homepage = "https://www.nongnu.org/guile-lib/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ vyp ]; maintainers = with maintainers; [ vyp ];
platforms = platforms.gnu ++ platforms.linux; platforms = platforms.gnu ++ platforms.linux;

View File

@ -15,7 +15,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Guile bindings for the OpenGL graphics API"; description = "Guile bindings for the OpenGL graphics API";
homepage = "http://gnu.org/s/guile-opengl"; homepage = "https://www.gnu.org/software/guile-opengl/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ vyp ]; maintainers = with maintainers; [ vyp ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Guile bindings for SDL"; description = "Guile bindings for SDL";
homepage = "http://gnu.org/s/guile-sdl"; homepage = "https://www.gnu.org/software/guile-sdl/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ vyp ]; maintainers = with maintainers; [ vyp ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Free interpreter for the APL programming language"; description = "Free interpreter for the APL programming language";
homepage = http://www.gnu.org/software/apl/; homepage = https://www.gnu.org/software/apl/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.kovirobi ]; maintainers = [ maintainers.kovirobi ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
# One test fails. # One test fails.
# ERROR: file: "libtest-asmobs", message: "file not found" # ERROR: file: "libtest-asmobs", message: "file not found"
# This is fixed here: # This is fixed here:
# <http://git.savannah.gnu.org/cgit/guile.git/commit/?h=branch_release-1-8&id=a0aa1e5b69d6ef0311aeea8e4b9a94eae18a1aaf>. # <https://git.savannah.gnu.org/cgit/guile.git/commit/?h=branch_release-1-8&id=a0aa1e5b69d6ef0311aeea8e4b9a94eae18a1aaf>.
doCheck = false; doCheck = false;
doInstallCheck = doCheck; doInstallCheck = doCheck;
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Embeddable Scheme implementation"; description = "Embeddable Scheme implementation";
homepage = http://www.gnu.org/software/guile/; homepage = https://www.gnu.org/software/guile/;
license = stdenv.lib.licenses.lgpl2Plus; license = stdenv.lib.licenses.lgpl2Plus;
maintainers = [ stdenv.lib.maintainers.ludo ]; maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -41,7 +41,7 @@
patches = [ ./disable-gc-sensitive-tests.patch ./eai_system.patch ./clang.patch patches = [ ./disable-gc-sensitive-tests.patch ./eai_system.patch ./clang.patch
(fetchpatch { (fetchpatch {
# Fixes stability issues with 00-repl-server.test # Fixes stability issues with 00-repl-server.test
url = "http://git.savannah.gnu.org/cgit/guile.git/patch/?id=2fbde7f02adb8c6585e9baf6e293ee49cd23d4c4"; url = "https://git.savannah.gnu.org/cgit/guile.git/patch/?id=2fbde7f02adb8c6585e9baf6e293ee49cd23d4c4";
sha256 = "0p6c1lmw1iniq03z7x5m65kg3lq543kgvdb4nrxsaxjqf3zhl77v"; sha256 = "0p6c1lmw1iniq03z7x5m65kg3lq543kgvdb4nrxsaxjqf3zhl77v";
}) })
./riscv.patch ./riscv.patch
@ -94,7 +94,7 @@
meta = { meta = {
description = "Embeddable Scheme implementation"; description = "Embeddable Scheme implementation";
homepage = http://www.gnu.org/software/guile/; homepage = https://www.gnu.org/software/guile/;
license = stdenv.lib.licenses.lgpl3Plus; license = stdenv.lib.licenses.lgpl3Plus;
maintainers = with stdenv.lib.maintainers; [ ludo lovek323 ]; maintainers = with stdenv.lib.maintainers; [ ludo lovek323 ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
@ -114,7 +114,7 @@
// //
(stdenv.lib.optionalAttrs (!stdenv.isLinux) { (stdenv.lib.optionalAttrs (!stdenv.isLinux) {
# Work around <http://bugs.gnu.org/14201>. # Work around <https://bugs.gnu.org/14201>.
SHELL = "/bin/sh"; SHELL = "/bin/sh";
CONFIG_SHELL = "/bin/sh"; CONFIG_SHELL = "/bin/sh";
}) })

View File

@ -90,7 +90,7 @@
meta = { meta = {
description = "Embeddable Scheme implementation"; description = "Embeddable Scheme implementation";
homepage = http://www.gnu.org/software/guile/; homepage = https://www.gnu.org/software/guile/;
license = stdenv.lib.licenses.lgpl3Plus; license = stdenv.lib.licenses.lgpl3Plus;
maintainers = with stdenv.lib.maintainers; [ ludo lovek323 vrthra ]; maintainers = with stdenv.lib.maintainers; [ ludo lovek323 vrthra ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;

View File

@ -1,4 +1,4 @@
url http://sourceforge.net/projects/lush/files/lush2/ url https://sourceforge.net/projects/lush/files/lush2/
version_link '[.]tar[.]gz/download$' version_link '[.]tar[.]gz/download$'
SF_redirect SF_redirect
minimize_overwrite minimize_overwrite

View File

@ -1,4 +1,4 @@
url http://sourceforge.net/projects/regina-rexx/files/regina-rexx/ url https://sourceforge.net/projects/regina-rexx/files/regina-rexx/
SF_version_dir SF_version_dir
SF_version_tarball SF_version_tarball
SF_redirect SF_redirect

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
installTargets = [ "install" "install-lib" "install-dev" ]; installTargets = [ "install" "install-lib" "install-dev" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://savannah.nongnu.org/projects/acl"; homepage = "https://savannah.nongnu.org/projects/acl";
description = "Library and tools for manipulating access control lists"; description = "Library and tools for manipulating access control lists";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://savannah.nongnu.org/projects/attr/"; homepage = "https://savannah.nongnu.org/projects/attr/";
description = "Library and tools for manipulating extended attributes"; description = "Library and tools for manipulating extended attributes";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF"; description = "GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF";
homepage = http://www.gnu.org/software/ccrtp/; homepage = https://www.gnu.org/software/ccrtp/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.marcweber ]; maintainers = [ stdenv.lib.maintainers.marcweber ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "An implementation of the IETF real-time transport protocol (RTP)"; description = "An implementation of the IETF real-time transport protocol (RTP)";
homepage = http://www.gnu.org/software/ccrtp/; homepage = https://www.gnu.org/software/ccrtp/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ marcweber ]; maintainers = with stdenv.lib.maintainers; [ marcweber ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
to build native threading applications for Microsoft Windows. to build native threading applications for Microsoft Windows.
''; '';
homepage = http://www.gnu.org/software/commoncpp/; homepage = https://www.gnu.org/software/commoncpp/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.marcweber ]; maintainers = [ stdenv.lib.maintainers.marcweber ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;

View File

@ -108,7 +108,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://gcc.gnu.org/; homepage = https://gcc.gnu.org/;
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
description = "GNU Compiler Collection, version ${version} -- C++ standard library"; description = "GNU Compiler Collection, version ${version} -- C++ standard library";
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
package also provides traditional dbm and ndbm interfaces. package also provides traditional dbm and ndbm interfaces.
''; '';
homepage = http://www.gnu.org/software/gdbm/; homepage = https://www.gnu.org/software/gdbm/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.vrthra ]; maintainers = [ maintainers.vrthra ];

View File

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
GNU packages produce multi-lingual messages. GNU packages produce multi-lingual messages.
''; '';
homepage = http://www.gnu.org/software/gettext/; homepage = https://www.gnu.org/software/gettext/;
maintainers = with maintainers; [ zimbatm vrthra ]; maintainers = with maintainers; [ zimbatm vrthra ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View File

@ -187,7 +187,7 @@ stdenv.mkDerivation ({
doCheck = false; # fails doCheck = false; # fails
meta = { meta = {
homepage = http://www.gnu.org/software/libc/; homepage = https://www.gnu.org/software/libc/;
description = "The GNU C Library"; description = "The GNU C Library";
longDescription = longDescription =

View File

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
programming language and organized in the form of a library. programming language and organized in the form of a library.
''; '';
homepage = http://www.gnu.org/software/glpk/; homepage = https://www.gnu.org/software/glpk/;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ bjg timokau ]; maintainers = with stdenv.lib.maintainers; [ bjg timokau ];

View File

@ -5,11 +5,11 @@ let
# Don't use fetchgit as this is needed during Aarch64 bootstrapping # Don't use fetchgit as this is needed during Aarch64 bootstrapping
configGuess = fetchurl { configGuess = fetchurl {
url = "http://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=${rev}"; url = "https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=${rev}";
sha256 = "1bb8z1wzjs81p9qrvji4bc2a8zyxjinz90k8xq7sxxdp6zrmq1sv"; sha256 = "1bb8z1wzjs81p9qrvji4bc2a8zyxjinz90k8xq7sxxdp6zrmq1sv";
}; };
configSub = fetchurl { configSub = fetchurl {
url = "http://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=${rev}"; url = "https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=${rev}";
sha256 = "00dn5i2cp4iqap5vr368r5ifrgcjfq5pr97i4dkkdbha1han5hsc"; sha256 = "00dn5i2cp4iqap5vr368r5ifrgcjfq5pr97i4dkkdbha1han5hsc";
}; };
in in
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Attempt to guess a canonical system name"; description = "Attempt to guess a canonical system name";
homepage = http://savannah.gnu.org/projects/config; homepage = https://savannah.gnu.org/projects/config;
license = licenses.gpl3; license = licenses.gpl3;
# In addition to GPLv3: # In addition to GPLv3:
# As a special exception to the GNU General Public License, if you # As a special exception to the GNU General Public License, if you

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation {
[ "--enable-guile" "--with-guile-site-dir=\${out}/share/guile/site" ]; [ "--enable-guile" "--with-guile-site-dir=\${out}/share/guile/site" ];
# Build of the Guile bindings is not parallel-safe. See # Build of the Guile bindings is not parallel-safe. See
# <http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=330995a920037b6030ec0282b51dde3f8b493cad> # <https://github.com/arpa2/gnutls-kdh/commit/330995a920037b6030ec0282b51dde3f8b493cad>
# for the actual fix. Also an apparent race in the generation of # for the actual fix. Also an apparent race in the generation of
# systemkey-args.h. # systemkey-args.h.
enableParallelBuilding = false; enableParallelBuilding = false;

View File

@ -82,7 +82,7 @@ stdenv.mkDerivation {
tampering, or message forgery." tampering, or message forgery."
''; '';
homepage = http://www.gnu.org/software/gnutls/; homepage = https://www.gnu.org/software/gnutls/;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ eelco wkennington fpletz ]; maintainers = with maintainers; [ eelco wkennington fpletz ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
(e.g. IMAP, SMTP, etc.) to authenticate peers. (e.g. IMAP, SMTP, etc.) to authenticate peers.
''; '';
homepage = http://www.gnu.org/software/gsasl/; homepage = https://www.gnu.org/software/gsasl/;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ shlevy ]; maintainers = with stdenv.lib.maintainers; [ shlevy ];

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
patches = [ patches = [
# ToDo: there might be more impurities than FMA support check # ToDo: there might be more impurities than FMA support check
./disable-fma.patch # http://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html ./disable-fma.patch # https://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html
]; ];
# https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00012.html # https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00012.html
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "The GNU Scientific Library, a large numerical library"; description = "The GNU Scientific Library, a large numerical library";
homepage = http://www.gnu.org/software/gsl/; homepage = https://www.gnu.org/software/gsl/;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
longDescription = '' longDescription = ''

View File

@ -10,10 +10,10 @@ stdenv.mkDerivation rec {
patches = [ patches = [
# ToDo: there might be more impurities than FMA support check # ToDo: there might be more impurities than FMA support check
./disable-fma.patch # http://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html ./disable-fma.patch # https://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html
(fetchpatch { (fetchpatch {
name = "bug-39055.patch"; name = "bug-39055.patch";
url = "http://git.savannah.gnu.org/cgit/gsl.git/patch/?id=9cc12d"; url = "https://git.savannah.gnu.org/cgit/gsl.git/patch/?id=9cc12d";
sha256 = "1bmrmihi28cly9g9pq54kkix2jy59y7cd7h5fw4v1c7h5rc2qvs8"; sha256 = "1bmrmihi28cly9g9pq54kkix2jy59y7cd7h5fw4v1c7h5rc2qvs8";
}) })
]; ];
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "The GNU Scientific Library, a large numerical library"; description = "The GNU Scientific Library, a large numerical library";
homepage = http://www.gnu.org/software/gsl/; homepage = https://www.gnu.org/software/gsl/;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
longDescription = '' longDescription = ''

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.gnu.org/software/gss/; homepage = https://www.gnu.org/software/gss/;
description = "Generic Security Service"; description = "Generic Security Service";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ bjg wkennington ]; maintainers = with maintainers; [ bjg wkennington ];

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation {
}; };
# gcc 4.8 optimisations break judy. # gcc 4.8 optimisations break judy.
# http://sourceforge.net/p/judy/mailman/message/31995144/ # https://sourceforge.net/p/judy/mailman/message/31995144/
preConfigure = stdenv.lib.optionalString stdenv.cc.isGNU '' preConfigure = stdenv.lib.optionalString stdenv.cc.isGNU ''
configureFlagsArray+=("CFLAGS=-fno-strict-aliasing -fno-aggressive-loop-optimizations") configureFlagsArray+=("CFLAGS=-fno-strict-aliasing -fno-aggressive-loop-optimizations")
''; '';

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
It is associated with GNU Binutils, and elsewhere often distributed with It is associated with GNU Binutils, and elsewhere often distributed with
it. it.
''; '';
homepage = http://www.gnu.org/software/binutils/; homepage = https://www.gnu.org/software/binutils/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ ericson2314 ]; maintainers = with maintainers; [ ericson2314 ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
ISO-9660 filesystems (libiso9660), as well as utility ISO-9660 filesystems (libiso9660), as well as utility
programs such as an audio CD player and an extractor. programs such as an audio CD player and an extractor.
''; '';
homepage = http://www.gnu.org/software/libcdio/; homepage = https://www.gnu.org/software/libcdio/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
patches = [ ./gets-undeclared.patch ./size_t.patch ]; patches = [ ./gets-undeclared.patch ./size_t.patch ];
nativeBuildInputs = [ pkgconfig gperf ]; nativeBuildInputs = [ pkgconfig gperf ];
buildInputs = buildInputs =
[ zlib bzip2 lzo [ zlib bzip2 lzo
libgcrypt libgcrypt
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
line. It is written in C and has Guile (Scheme) bindings. line. It is written in C and has Guile (Scheme) bindings.
''; '';
homepage = http://nongnu.org/libchop/; homepage = https://www.nongnu.org/libchop/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
platforms = platforms.gnu ++ platforms.linux; platforms = platforms.gnu ++ platforms.linux;

View File

@ -1,4 +1,4 @@
url http://sourceforge.net/projects/libebook/files/ url https://sourceforge.net/projects/libebook/files/
SF_version_dir libe-book- SF_version_dir libe-book-
version_link '[.]tar.xz/download$' version_link '[.]tar.xz/download$'
SF_redirect SF_redirect

View File

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
user. It provides X authentication facilities for running user. It provides X authentication facilities for running
programs in an X session. programs in an X session.
''; '';
homepage = http://www.nongnu.org/gksu/; homepage = https://www.nongnu.org/gksu/;
license = stdenv.lib.licenses.lgpl2; license = stdenv.lib.licenses.lgpl2;
maintainers = [ stdenv.lib.maintainers.romildo ]; maintainers = [ stdenv.lib.maintainers.romildo ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://gcc.gnu.org/; homepage = https://gcc.gnu.org/;
license = licenses.lgpl2; license = licenses.lgpl2;
description = "Collection of subroutines used by various GNU programs"; description = "Collection of subroutines used by various GNU programs";
maintainers = with maintainers; [ abbradar ericson2314 ]; maintainers = with maintainers; [ abbradar ericson2314 ];

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
applications. applications.
''; '';
homepage = http://www.gnu.org/software/libiconv/; homepage = https://www.gnu.org/software/libiconv/;
license = lib.licenses.lgpl2Plus; license = lib.licenses.lgpl2Plus;
maintainers = [ ]; maintainers = [ ];

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
doCheck = false; # fails doCheck = false; # fails
meta = { meta = {
homepage = http://www.gnu.org/software/libidn/; homepage = https://www.gnu.org/software/libidn/;
description = "Library for internationalized domain names"; description = "Library for internationalized domain names";
longDescription = '' longDescription = ''

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
homepage = http://www.gnu.org/software/libmicrohttpd/; homepage = https://www.gnu.org/software/libmicrohttpd/;
maintainers = with maintainers; [ eelco vrthra fpletz ]; maintainers = with maintainers; [ eelco vrthra fpletz ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -1,4 +1,4 @@
url http://sourceforge.net/projects/libmwaw/files/libmwaw/ url https://sourceforge.net/projects/libmwaw/files/libmwaw/
SF_version_dir libmwaw- SF_version_dir libmwaw-
version_link '[.]tar.xz/download$' version_link '[.]tar.xz/download$'
SF_redirect SF_redirect

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
name = "libnih-${version}"; name = "libnih-${version}";
src = fetchurl { src = fetchurl {
url = "http://code.launchpad.net/libnih/1.0/${version}/+download/libnih-${version}.tar.gz"; url = "https://code.launchpad.net/libnih/1.0/${version}/+download/libnih-${version}.tar.gz";
sha256 = "01glc6y7z1g726zwpvp2zm79pyb37ki729jkh45akh35fpgp4xc9"; sha256 = "01glc6y7z1g726zwpvp2zm79pyb37ki729jkh45akh35fpgp4xc9";
}; };

View File

@ -1,4 +1,4 @@
url http://sourceforge.net/projects/libwpd/files/libodfgen/ url https://sourceforge.net/projects/libwpd/files/libodfgen/
SF_version_dir libodfgen- SF_version_dir libodfgen-
version_link '[.]tar.xz/download$' version_link '[.]tar.xz/download$'
SF_redirect SF_redirect

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A library from binutils for manipulating machine code"; description = "A library from binutils for manipulating machine code";
homepage = http://www.gnu.org/software/binutils/; homepage = https://www.gnu.org/software/binutils/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ ericson2314 ]; maintainers = with maintainers; [ ericson2314 ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -1,4 +1,4 @@
url http://sourceforge.net/projects/libwpd/files/librevenge/ url https://sourceforge.net/projects/libwpd/files/librevenge/
SF_version_dir librevenge- SF_version_dir librevenge-
version_link '[.]tar.xz/download$' version_link '[.]tar.xz/download$'
SF_redirect SF_redirect

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
doCheck = true; # not cross; doCheck = true; # not cross;
meta = { meta = {
homepage = http://www.gnu.org/software/libsigsegv/; homepage = https://www.gnu.org/software/libsigsegv/;
description = "Library to handle page faults in user mode"; description = "Library to handle page faults in user mode";
longDescription = '' longDescription = ''

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.gnu.org/software/libtasn1/; homepage = https://www.gnu.org/software/libtasn1/;
description = "An ASN.1 library"; description = "An ASN.1 library";
longDescription = '' longDescription = ''
Libtasn1 is the ASN.1 library used by GnuTLS, GNU Shishi and some Libtasn1 is the ASN.1 library used by GnuTLS, GNU Shishi and some

Some files were not shown because too many files have changed in this diff Show More