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