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
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
# M4 = "${m4}/bin/m4";
meta = {
homepage = http://www.gnu.org/software/bison/;
homepage = https://www.gnu.org/software/bison/;
description = "Yacc-compatible parser generator";
license = stdenv.lib.licenses.gpl3Plus;
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
doInstallCheck = false; # fails
meta = {
homepage = http://www.gnu.org/software/bison/;
homepage = https://www.gnu.org/software/bison/;
description = "Yacc-compatible parser generator";
license = stdenv.lib.licenses.gpl3Plus;