mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-05 00:35:53 +02:00
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 <sharlatanus@gmail.com>
This commit is contained in:
committed by
Andreas Enge
parent
141626bfc7
commit
cbfa906046
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user