Merge master into staging

This commit is contained in:
Frederik Rietdijk
2018-10-13 09:48:20 +02:00
309 changed files with 11221 additions and 3339 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
--replace /usr $out
'';
buildInputs = [ perl gettext ];
nativeBuildInputs = [ perl gettext ];
meta = with stdenv.lib; {
homepage = http://waterlan.home.xs4all.nl/dos2unix.html;
+4 -2
View File
@@ -28,9 +28,11 @@ stdenv.mkDerivation {
'';
meta = {
meta = with stdenv.lib; {
homepage = http://www.nicemice.net/par/;
description = "Paragraph reflow for email";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
# See https://fedoraproject.org/wiki/Licensing/Par for license details
license = licenses.free;
};
}