[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/87: gnu: ikiwiki: Remove input labels.
From: |
guix-commits |
Subject: |
17/87: gnu: ikiwiki: Remove input labels. |
Date: |
Mon, 9 Jan 2023 18:27:29 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit d0044216c94b984bdb36a6b912fa5b34a6e6b07c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jan 8 22:48:18 2023 +0100
gnu: ikiwiki: Remove input labels.
* gnu/packages/web.scm (ikiwiki)[native-inputs, inputs]: Remove labels.
---
gnu/packages/web.scm | 54 ++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index eb9635f6ee..f31a573e22 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5228,34 +5228,34 @@ NetSurf project.")
(find-files bin))
#t))))))
(native-inputs
- `(("which" ,which)
- ("gettext" ,gettext-minimal)
- ("subversion" ,subversion)
- ("git" ,git)
- ("bazaar" ,bazaar)
- ("cvs" ,cvs)
- ("mercurial" ,mercurial)))
+ (list which
+ gettext-minimal
+ subversion
+ git
+ bazaar
+ cvs
+ mercurial))
(inputs
- `(("python" ,python-wrapper)
- ("perl-authen-passphrase" ,perl-authen-passphrase)
- ("perl-cgi-simple" ,perl-cgi-simple)
- ("perl-db-file" ,perl-db-file)
- ("perl-file-mimeinfo" ,perl-file-mimeinfo)
- ("perl-html-tagset" ,perl-html-tagset)
- ("perl-image-magick" ,perl-image-magick)
- ("perl-ipc-run" ,perl-ipc-run)
- ("perl-lwpx-paranoidagent" ,perl-lwpx-paranoidagent)
- ("perl-xml-feed" ,perl-xml-feed)
- ("perl-xml-sax" ,perl-xml-sax)
- ("perl-xml-twig" ,perl-xml-twig)
- ("perl-yaml-tiny" ,perl-yaml-tiny)
-
- ;; Ikiwiki loads po4a as a library, and thus needs the po4a dependencies
- ;; available. Duplicate them here.
- ;; XXX: It would be ideal to hard code these in po4a somehow.
- ("perl-syntax-keyword-try" ,perl-syntax-keyword-try)
- ("perl-xs-parse-keyword" ,perl-xs-parse-keyword)
- ("po4a" ,po4a)))
+ (list python-wrapper
+ perl-authen-passphrase
+ perl-cgi-simple
+ perl-db-file
+ perl-file-mimeinfo
+ perl-html-tagset
+ perl-image-magick
+ perl-ipc-run
+ perl-lwpx-paranoidagent
+ perl-xml-feed
+ perl-xml-sax
+ perl-xml-twig
+ perl-yaml-tiny
+
+ ;; Ikiwiki loads po4a as a library, and thus needs the po4a
dependencies
+ ;; available. Duplicate them here.
+ ;; XXX: It would be ideal to hard code these in po4a somehow.
+ perl-syntax-keyword-try
+ perl-xs-parse-keyword
+ po4a))
(propagated-inputs
(list perl-cgi-formbuilder
perl-cgi-session
- branch staging updated (0d65f7daae -> d9bcd1a8d6), guix-commits, 2023/01/09
- 01/87: gnu: Move Java XML packages to new module., guix-commits, 2023/01/09
- 03/87: gnu: java-jgit-4.2: Do not build with icedtea-7., guix-commits, 2023/01/09
- 02/87: gnu: Move Java bootstrap packages to separate module., guix-commits, 2023/01/09
- 06/87: gnu: java-cisd-args4j: Use later version of ECJ., guix-commits, 2023/01/09
- 07/87: gnu: java-cisd-args4j: Do not build with icedtea-7., guix-commits, 2023/01/09
- 09/87: gnu: java-ecj: Do not inherit from java-ecj-3., guix-commits, 2023/01/09
- 12/87: gnu: ant-apache-bcel: Fix inheritance by using gexp., guix-commits, 2023/01/09
- 13/87: gnu: ant-junit: Fix inheritance by using gexp., guix-commits, 2023/01/09
- 16/87: gnu: ikiwiki: Add missing inputs., guix-commits, 2023/01/09
- 17/87: gnu: ikiwiki: Remove input labels.,
guix-commits <=
- 18/87: home: environment-variables: Return support for file-likes and gexps., guix-commits, 2023/01/09
- 19/87: home: environment-variables: Fix escaping., guix-commits, 2023/01/09
- 20/87: gnu: Add r-gg3d., guix-commits, 2023/01/09
- 27/87: gnu: Add minetest-wielded-light., guix-commits, 2023/01/09
- 04/87: gnu: java-jgit-4.2: Remove trailing #T from build phase., guix-commits, 2023/01/09
- 05/87: gnu: java-cisd-args4j: Remove trailing #T from build phase., guix-commits, 2023/01/09
- 08/87: gnu: Remove java-ecj-3.5., guix-commits, 2023/01/09
- 10/87: gnu: java-cisd-jhdf5: Remove trailing #T., guix-commits, 2023/01/09
- 11/87: gnu: java-cisd-jhdf5: Do not override default JDK., guix-commits, 2023/01/09
- 14/87: gnu: Remove java-ecj-3., guix-commits, 2023/01/09