summaryrefslogtreecommitdiff
path: root/gnu/packages/rpm.scm
Commit message (Expand)AuthorAgeFilesLines
* 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> Bruno Victal2024-08-311-2/+1
* gnu: drpm: Update to 0.5.2.•••* gnu/packages/rpm.scm (drpm): Update to 0.5.2. Tobias Geerinckx-Rice2023-09-101-2/+2
* gnu: libmodulemd: Remove fix-docbook-references phase.•••* gnu/packages/rpm.scm (libmodulemd) [arguments]: Remove fix-docbook-references phase. [native-inputs]: Add libxml2. Maxim Cournoyer2023-04-211-8/+1
* gnu: createrepo-c: Update to 0.20.1.•••* gnu/packages/rpm.scm (createrepo-c): Update to 0.20.1. Maxim Cournoyer2022-08-021-2/+2
* gnu: drpm: Update to 0.5.1.•••* gnu/packages/rpm.scm (drpm): Update to 0.5.1. Maxim Cournoyer2022-08-021-2/+2
* gnu: createrepo-c: Use gexps.•••* gnu/packages/rpm.scm (createrepo-c) [phases]: Use gexps. Maxim Cournoyer2022-08-021-17/+19
* 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. Maxim Cournoyer2022-08-021-41/+39
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-25/+21
* gnu: createrepo-c: Update to 0.17.4.•••* gnu/packages/rpm.scm (createrepo-c): Update to 0.17.4. Tobias Geerinckx-Rice2021-10-151-2/+2
* gnu: Add createrepo-c.•••* gnu/packages/rpm.scm (createrepo-c): New variable. Maxim Cournoyer2021-07-291-1/+58
* gnu: Add libmodulemd.•••* gnu/packages/rpm.scm (libmodulemd): New variable. Maxim Cournoyer2021-07-291-0/+81
* gnu: Add drpm.•••* gnu/packages/rpm.scm: Add file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it. Maxim Cournoyer2021-07-291-0/+62