~ruther/guix-local

8ca97597fd73433000e57826365ed0b194806f80 — Nicolas Graves a month ago 4f6d69b
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 <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 1 insertions(+), 9 deletions(-)

M gnu/packages/cinnamon.scm
M gnu/packages/cinnamon.scm => gnu/packages/cinnamon.scm +1 -9
@@ 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