gnu: guile-hall: Clean up.
* gnu/packages/guile-xyz.scm (guile-hall)[description]: Break long line. [home-page]: Merge lines. [propagated-inputs]: Remove reference to default "out" output.master
parent
feb11b0872
commit
3c3e6620ae
|
@ -1316,12 +1316,14 @@ above command-line parameters.")
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
(inputs `(("guile" ,guile-2.2)))
|
(inputs `(("guile" ,guile-2.2)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("guile-config" ,guile-config "out")))
|
`(("guile-config" ,guile-config)))
|
||||||
(synopsis "Guile project tooling")
|
(synopsis "Guile project tooling")
|
||||||
(description
|
(description
|
||||||
"Hall is a command-line application and a set of Guile libraries that allow you to quickly create and publish Guile projects. It allows you to transparently support the GNU build system, manage a project hierarchy & provides tight coupling to Guix.")
|
"Hall is a command-line application and a set of Guile libraries that
|
||||||
(home-page
|
allow you to quickly create and publish Guile projects. It allows you to
|
||||||
"https://gitlab.com/a-sassmannshausen/guile-hall")
|
transparently support the GNU build system, manage a project hierarchy &
|
||||||
|
provides tight coupling to Guix.")
|
||||||
|
(home-page "https://gitlab.com/a-sassmannshausen/guile-hall")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public guile-ics
|
(define-public guile-ics
|
||||||
|
|
Reference in New Issue