guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ef0782cd5e4c9153987274e7a2dc2c21d203a86d
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jan 29 10:01:10 2026 +0100
gnu: libmodulemd: Switch to pyproject.
* gnu/packages/rpm.scm (libmodulemd):
[arguments]<#:imported-modules, #:modules>: Switch to
pyproject-build-system. Relocate keywords, as python: prefix isn't
above when first used.
Change-Id: If1fd0ed13ea545a8cfacbf59e62353be990cb5f7
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/rpm.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/rpm.scm b/gnu/packages/rpm.scm
index 9f096eb7ae..ff403682d9 100644
--- a/gnu/packages/rpm.scm
+++ b/gnu/packages/rpm.scm
@@ -90,14 +90,14 @@ applying deltarpms, compatible with the original deltarpm
packages.")
(outputs '("out" "doc")) ;2.6 MiB of HTML documentation
(arguments
(list
+ #:imported-modules (append %meson-build-system-modules
+ %pyproject-build-system-modules)
+ #:modules '((guix build meson-build-system)
+ ((guix build pyproject-build-system) #:prefix python:)
+ (guix build utils))
#:configure-flags
#~(list (string-append "-Dgobject_overrides_dir_py3="
(python:site-packages %build-inputs %outputs)))
- #:imported-modules `(,@%meson-build-system-modules
- (guix build python-build-system))
- #:modules '((guix build meson-build-system)
- ((guix build python-build-system) #:prefix python:)
- (guix build utils))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-glib-doc-prefix