guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f51940d3af0cda253826be364ffbfd9527d74dce
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Oct 12 23:56:38 2025 +0100

    gnu: python-ueberzug: Switch to meson.
    
    * gnu/packages/python-xyz.scm (python-ueberzug)[build-system]: Switch to
    meson-build-system.
    [native-inputs]: Remove meson-python.
    
    Change-Id: I85df570fb6e50044c4ba987a8a48b0f8ff2a0fd8
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2c7840619b..990eeb358d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2194,11 +2194,11 @@ progress, among other things.")
        (sha256
         (base32
          "1sc05s72gvglsxsw4p0z5h47ygygw5h226vnaakas4ihjq9kiffl"))))
-    (build-system pyproject-build-system)
+    (build-system meson-build-system)
     (arguments
      (list #:tests? #f)) ; there are no tests
     (native-inputs
-     (list meson-python pkg-config))
+     (list pkg-config))
     (inputs
      (list libx11 libxext libxres))
     (propagated-inputs

Reply via email to