mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Rutherther
parent
4f6d69b4a1
commit
8ca97597fd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user