Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2018-12-03 12:18:43 +01:00
388 changed files with 3023 additions and 1285 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optional (stdenv.buildPlatform != stdenv.hostPlatform) "gl_cv_func_getopt_gnu=yes";
meta = with stdenv.lib; {
homepage = http://www.gnu.org/software/diffutils/diffutils.html;
homepage = https://www.gnu.org/software/diffutils/diffutils.html;
description = "Commands for showing the differences between files (diff, cmp, etc.)";
license = licenses.gpl3;
platforms = platforms.unix;
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3Plus;
homepage = http://www.gnu.org/software/enscript/;
homepage = https://www.gnu.org/software/enscript/;
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
+1 -1
View File
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
homepage = http://www.gnu.org/software/gawk/;
homepage = https://www.gnu.org/software/gawk/;
description = "GNU implementation of the Awk programming language";
longDescription = ''
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = http://www.gnu.org/software/grep/;
homepage = https://www.gnu.org/software/grep/;
description = "GNU implementation of the Unix grep command";
longDescription = ''
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
more original files, producing patched versions.
'';
homepage = http://savannah.gnu.org/projects/patch;
homepage = https://savannah.gnu.org/projects/patch;
license = stdenv.lib.licenses.gpl3Plus;
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
outputs = [ "out" "info" ];
meta = {
homepage = http://www.gnu.org/software/sed/;
homepage = https://www.gnu.org/software/sed/;
description = "GNU sed, a batch stream editor";
longDescription = ''
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
PERL = if stdenv.hostPlatform == stdenv.buildPlatform then null else "missing";
meta = {
homepage = http://www.gnu.org/software/sed/;
homepage = https://www.gnu.org/software/sed/;
description = "GNU sed, a batch stream editor";
longDescription = ''
+1 -1
View File
@@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://www.gnu.org/software/groff/;
homepage = https://www.gnu.org/software/groff/;
description = "GNU Troff, a typesetting package that reads plain text and produces formatted output";
license = licenses.gpl3Plus;
platforms = platforms.all;
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
line by line and field by field, ignoring small numeric differences
or/and different numeric formats
'';
homepage = http://www.nongnu.org/numdiff/;
homepage = https://www.nongnu.org/numdiff/;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ndowens ];
platforms = platforms.gnu ++ platforms.linux;
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "poedit-1.5.7";
src = fetchurl {
url = "http://prdownloads.sourceforge.net/poedit/${name}.tar.gz";
url = "mirror://sourceforge/poedit/${name}.tar.gz";
sha256 = "0y0gbkb1jvp61qhh8sh7ar8849mwirizc42pk57zpxy84an5qlr4";
};
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://www.gnu.org/software/recode/;
homepage = https://www.gnu.org/software/recode/;
description = "Converts files between various character sets and usages";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2Plus;
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = {
description = "Source code renderer with syntax highlighting";
homepage = http://www.gnu.org/software/src-highlite/;
homepage = https://www.gnu.org/software/src-highlite/;
license = stdenv.lib.licenses.gpl3Plus;
platforms = with stdenv.lib.platforms; linux ++ darwin;
longDescription =
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
checkInputs = [ which ];
meta = {
homepage = http://www.gnu.org/software/wdiff/;
homepage = https://www.gnu.org/software/wdiff/;
description = "Comparing files on a word by word basis";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.eelco ];