Merge pull request #11143 from cresh/darwin-html2text

html2text: Enable on OS X.

Changed files
+1 -1
pkgs
tools
text
html2text
+1 -1
pkgs/tools/text/html2text/default.nix
···
description = "Convert HTML to plain text";
homepage = http://www.mbayer.de/html2text/;
license = stdenv.lib.licenses.gpl2Plus;
-
platforms = stdenv.lib.platforms.linux;
+
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.eikek ];
};
}