1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Bruno Victal
443b911e95 gnu: Remove unneeded libxml2 from native-inputs. (gtk-doc)
The gtk-doc wrapped binaries use XML_CATALOG_FILES to perform XML catalog
lookup and come with docbook-xsl within the variable which fixes the
docbook-xsl stylesheet lookup related failures with these packages.
This makes it unnecessary to include libxml2 as the cause of error was usually
with the gtk-doc binaries.

* gnu/packages/gnome.scm (gupnp-igd, dee, zeitgeist, libnma)[native-inputs]:
Remove libxml2.
* gnu/packages/rpm.scm (libmodulemd)[native-inputs]: Ditto.
* gnu/packages/security-token.scm (libu2f-host)[native-inputs]: Ditto.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31 10:42:14 +02:00
Tobias Geerinckx-Rice
521147d04c gnu: drpm: Update to 0.5.2.
* gnu/packages/rpm.scm (drpm): Update to 0.5.2.
2023-09-10 02:00:00 +02:00
Maxim Cournoyer
aee7fc2e41 gnu: libmodulemd: Remove fix-docbook-references phase.
* gnu/packages/rpm.scm (libmodulemd) [arguments]: Remove
fix-docbook-references phase.
[native-inputs]: Add libxml2.
2023-04-21 00:44:08 -04:00
Maxim Cournoyer
1a5384e9a7 gnu: createrepo-c: Update to 0.20.1.
* gnu/packages/rpm.scm (createrepo-c): Update to 0.20.1.
2022-08-02 15:10:01 -04:00
Maxim Cournoyer
da96de3b66 gnu: drpm: Update to 0.5.1.
* gnu/packages/rpm.scm (drpm): Update to 0.5.1.
2022-08-02 15:10:01 -04:00
Maxim Cournoyer
c162dc379c gnu: createrepo-c: Use gexps.
* gnu/packages/rpm.scm (createrepo-c)
[phases]: Use gexps.
2022-08-02 15:10:01 -04:00
Maxim Cournoyer
5ee30cfa84 gnu: libmodulemd: Fix build and use new style inputs and gexps.
* gnu/packages/rpm.scm (libmodulemd)
[arguments]: Use gexps.
[phases]{fix-glib-doc-prefix}: Use search-input-directory.
{fix-docbook-references}: Use search-input-file.
{move-documentation}: Use search-input-directory.
[native-inputs]: Use new style.  Add python.
[inputs]: Use new style.
2022-08-02 15:10:00 -04:00
Ludovic Courtès
8394619bac gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Tobias Geerinckx-Rice
83aa4969ec gnu: createrepo-c: Update to 0.17.4.
* gnu/packages/rpm.scm (createrepo-c): Update to 0.17.4.
2021-10-15 17:30:55 +02:00
Maxim Cournoyer
daeef2e7f4 gnu: Add createrepo-c.
* gnu/packages/rpm.scm (createrepo-c): New variable.
2021-07-29 22:03:34 -04:00
Maxim Cournoyer
0413e90ab1 gnu: Add libmodulemd.
* gnu/packages/rpm.scm (libmodulemd): New variable.
2021-07-29 22:03:34 -04:00
Maxim Cournoyer
4613a9948a gnu: Add drpm.
* gnu/packages/rpm.scm: Add file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
2021-07-29 22:03:34 -04:00