guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit feedbf760323e34038fac6ff4b4ca84026dcb22c
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jan 29 10:00:19 2026 +0100
gnu: postmarketos-tweaks: Switch to pyproject.
* gnu/packages/gnome-xyz.scm (postmarketos-tweaks):
[arguments]<#:imported-modules, #:modules>: Switch to
pyproject-build-system.
Change-Id: Ic9eb8388bea535b139f0e2fbe404926dd907685d
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/gnome-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index fac97ee18e..7d60b57c7c 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1770,10 +1770,10 @@ that are completely black and completely white.")
(build-system meson-build-system)
(arguments
(list
- #:imported-modules `(,@%meson-build-system-modules
- (guix build python-build-system))
+ #:imported-modules (append %meson-build-system-modules
+ %pyproject-build-system-modules)
#:modules '((guix build meson-build-system)
- ((guix build python-build-system) #:prefix python:)
+ ((guix build pyproject-build-system) #:prefix python:)
(guix build utils))
#:glib-or-gtk? #t
#:phases