diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-02-15 17:43:49 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-02-15 17:43:49 +0100 |
commit | 3c3e6620aebb6e0d82b268d82864212b5f432043 (patch) | |
tree | b232911c1e5b630896b3a1ed7fab31d289b5ea13 | |
parent | feb11b08724f1101719decd669a68ae8581b5576 (diff) | |
download | patches-3c3e6620aebb6e0d82b268d82864212b5f432043.tar patches-3c3e6620aebb6e0d82b268d82864212b5f432043.tar.gz |
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.
-rw-r--r-- | gnu/packages/guile-xyz.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 2dd9160c97..8febe605a7 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1316,12 +1316,14 @@ above command-line parameters.") ("texinfo" ,texinfo))) (inputs `(("guile" ,guile-2.2))) (propagated-inputs - `(("guile-config" ,guile-config "out"))) + `(("guile-config" ,guile-config))) (synopsis "Guile project tooling") (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.") - (home-page - "https://gitlab.com/a-sassmannshausen/guile-hall") + "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.") + (home-page "https://gitlab.com/a-sassmannshausen/guile-hall") (license license:gpl3+))) (define-public guile-ics |