guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add cgit.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add cgit.
Date: Mon, 28 Mar 2016 18:33:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

宋文武 <address@hidden> skribis:

> * gnu/packages/version-control.scm (cgit): New variable.

[...]

> +    (arguments
> +     '(#:tests? #f ;

Please add a comment on why tests are disabled.  Better yet: fix’em!
;-)

> +    (native-inputs
> +     `(("asciidoc" ,asciidoc)
> +       ("xmllint" ,libxml2)
> +       ("xsltprot" ,libxslt)))
> +    (inputs
> +     `(("docbook-xml" ,docbook-xml)
> +       ("docbook-xsl" ,docbook-xsl)

I would move DocBook to ‘native-inputs’.

> +    (description
> +     "CGit is an attempt to create a fast web interface for the Git SCM, 
> using
> +a built-in cache to decrease server I/O pressure.")
> +    (license gpl2)))

Version 2 only, right?

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]