sourceHighlight: supports darwin
This commit is contained in:
parent
5312c48399
commit
d3084b2798
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||||||
description = "Source code renderer with syntax highlighting";
|
description = "Source code renderer with syntax highlighting";
|
||||||
homepage = http://www.gnu.org/software/src-highlite/;
|
homepage = http://www.gnu.org/software/src-highlite/;
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
longDescription =
|
longDescription =
|
||||||
''
|
''
|
||||||
GNU Source-highlight, given a source file, produces a document
|
GNU Source-highlight, given a source file, produces a document
|
||||||
|
Loading…
x
Reference in New Issue
Block a user