guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 59fffd303502509d6aa9af17c39ad113de40d851
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 6 14:02:02 2026 +0100

    gnu: python-xapp: Drop uneeded arguments.
    
    * gnu/packages/cinnamon.scm (python-xapp)[arguments]: Drop all of them
    except <#:tests?>.
    
    Change-Id: I78923c421aa7d3169815689d9681eadc41caec96
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/cinnamon.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm
index 54a184ad45..608ce6be5f 100644
--- a/gnu/packages/cinnamon.scm
+++ b/gnu/packages/cinnamon.scm
@@ -143,15 +143,7 @@ cross-DE solutions.")
        (sha256
         (base32 "06v84bvhhhx7lf7bsl2wdxh7vlkpb2fczjh6717b9jjr7xhvif8r"))))
     (build-system meson-build-system)
-    (arguments
-     (list
-      #:tests? #f ; no tests provided
-      #:imported-modules `((guix build python-build-system)
-                           ,@%meson-build-system-modules)
-      #:modules '((guix build utils)
-                  (guix build meson-build-system)
-                  ((guix build python-build-system)
-                   #:prefix python:))))
+    (arguments (list #:tests? #f))      ; no tests provided
     (native-inputs
      (list gobject-introspection
            intltool

Reply via email to