mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: Remove extraneous #:meson build arguments.
* gnu/packages/build-tools.scm (meson-python) [propagated-inputs]: Replace meson-0.63 with meson. * gnu/packages/freedesktop.scm (appstream) [arguments]: Remove #:meson argument. * gnu/packages/gnome.scm (raider): Likewise. (komikku): Likewise. * gnu/packages/syndication.scm (syndication-domination): Likewise. * gnu/packages/virtualization.scm (qemu): Likewise. * gnu/packages/xdisorg.scm (tofi): Likewise.
This commit is contained in:
parent
03580b5f1d
commit
46873adc04
7 changed files with 2 additions and 11 deletions
|
@ -408,7 +408,7 @@ (define-public meson-python
|
|||
"test_contents_subdirs")
|
||||
" and not ")))))))))
|
||||
(propagated-inputs
|
||||
(list meson-0.63 ;>=0.62 required
|
||||
(list meson
|
||||
ninja
|
||||
;; XXX: python-meson forcefully sets the RUNPATH of binaries
|
||||
;; for vendoring purposes, and uses PatchELF for that(!). This
|
||||
|
|
|
@ -149,7 +149,6 @@ (define-public appstream
|
|||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:meson meson-0.63
|
||||
#:glib-or-gtk? #t
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
|
|
@ -340,7 +340,6 @@ (define-public gnome-maps
|
|||
(arguments
|
||||
(list
|
||||
#:glib-or-gtk? #t
|
||||
#:meson meson-0.63
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'skip-cache-and-database-updates
|
||||
|
|
|
@ -4948,8 +4948,7 @@ (define-public raider
|
|||
"0ll9220d6qf9m7wdi5xhq69p8h8whs7l5h5nzdhlbn99qh5388bz"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:meson meson-0.63
|
||||
#:phases
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
@ -13128,7 +13127,6 @@ (define-public komikku
|
|||
(arguments
|
||||
(list
|
||||
#:glib-or-gtk? #t
|
||||
#:meson meson-0.63
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-sources
|
||||
|
|
|
@ -523,8 +523,6 @@ (define-public syndication-domination
|
|||
(sha256
|
||||
(base32 "1i0llzzm3lc2kw7rjhb46c7wlknsb6r9bdrf61chi2pk6hpjyscv"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:meson meson-0.63))
|
||||
(inputs (list fmt tidy-html pybind11 python pugixml))
|
||||
(native-inputs (list cmake pkg-config)) ; need cmake to find pybind11
|
||||
(home-page "https://gitlab.com/gabmus/syndication-domination")
|
||||
|
|
|
@ -472,7 +472,6 @@ (define-public qemu
|
|||
flex
|
||||
gettext-minimal
|
||||
`(,glib "bin") ;gtester, etc.
|
||||
meson-0.63
|
||||
ninja
|
||||
perl
|
||||
pkg-config
|
||||
|
|
|
@ -1995,8 +1995,6 @@ (define-public tofi
|
|||
(base32
|
||||
"11bfi9his0cc5mzikamr5icv5mh2fyj9jy5l3sbbayj6jk51f68y"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:meson meson-0.63)) ;requires meson 0.61 or later
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list cairo
|
||||
harfbuzz
|
||||
|
|
Loading…
Reference in a new issue