Merge pull request #11143 from cresh/darwin-html2text
html2text: Enable on OS X.
This commit is contained in:
commit
3209550131
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||||||
description = "Convert HTML to plain text";
|
description = "Convert HTML to plain text";
|
||||||
homepage = http://www.mbayer.de/html2text/;
|
homepage = http://www.mbayer.de/html2text/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.eikek ];
|
maintainers = [ stdenv.lib.maintainers.eikek ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user