mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -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")
|
"test_contents_subdirs")
|
||||||
" and not ")))))))))
|
" and not ")))))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list meson-0.63 ;>=0.62 required
|
(list meson
|
||||||
ninja
|
ninja
|
||||||
;; XXX: python-meson forcefully sets the RUNPATH of binaries
|
;; XXX: python-meson forcefully sets the RUNPATH of binaries
|
||||||
;; for vendoring purposes, and uses PatchELF for that(!). This
|
;; for vendoring purposes, and uses PatchELF for that(!). This
|
||||||
|
|
|
@ -149,7 +149,6 @@ (define-public appstream
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:meson meson-0.63
|
|
||||||
#:glib-or-gtk? #t
|
#:glib-or-gtk? #t
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
|
@ -340,7 +340,6 @@ (define-public gnome-maps
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:glib-or-gtk? #t
|
#:glib-or-gtk? #t
|
||||||
#:meson meson-0.63
|
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'skip-cache-and-database-updates
|
(add-after 'unpack 'skip-cache-and-database-updates
|
||||||
|
|
|
@ -4948,8 +4948,7 @@ (define-public raider
|
||||||
"0ll9220d6qf9m7wdi5xhq69p8h8whs7l5h5nzdhlbn99qh5388bz"))))
|
"0ll9220d6qf9m7wdi5xhq69p8h8whs7l5h5nzdhlbn99qh5388bz"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:meson meson-0.63
|
(list #:phases
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-paths
|
(add-after 'unpack 'patch-paths
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
@ -13128,7 +13127,6 @@ (define-public komikku
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:glib-or-gtk? #t
|
#:glib-or-gtk? #t
|
||||||
#:meson meson-0.63
|
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-sources
|
(add-after 'unpack 'patch-sources
|
||||||
|
|
|
@ -523,8 +523,6 @@ (define-public syndication-domination
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1i0llzzm3lc2kw7rjhb46c7wlknsb6r9bdrf61chi2pk6hpjyscv"))))
|
(base32 "1i0llzzm3lc2kw7rjhb46c7wlknsb6r9bdrf61chi2pk6hpjyscv"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
|
||||||
(list #:meson meson-0.63))
|
|
||||||
(inputs (list fmt tidy-html pybind11 python pugixml))
|
(inputs (list fmt tidy-html pybind11 python pugixml))
|
||||||
(native-inputs (list cmake pkg-config)) ; need cmake to find pybind11
|
(native-inputs (list cmake pkg-config)) ; need cmake to find pybind11
|
||||||
(home-page "https://gitlab.com/gabmus/syndication-domination")
|
(home-page "https://gitlab.com/gabmus/syndication-domination")
|
||||||
|
|
|
@ -472,7 +472,6 @@ (define-public qemu
|
||||||
flex
|
flex
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
`(,glib "bin") ;gtester, etc.
|
`(,glib "bin") ;gtester, etc.
|
||||||
meson-0.63
|
|
||||||
ninja
|
ninja
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
|
@ -1995,8 +1995,6 @@ (define-public tofi
|
||||||
(base32
|
(base32
|
||||||
"11bfi9his0cc5mzikamr5icv5mh2fyj9jy5l3sbbayj6jk51f68y"))))
|
"11bfi9his0cc5mzikamr5icv5mh2fyj9jy5l3sbbayj6jk51f68y"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
|
||||||
(list #:meson meson-0.63)) ;requires meson 0.61 or later
|
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list cairo
|
(inputs (list cairo
|
||||||
harfbuzz
|
harfbuzz
|
||||||
|
|
Loading…
Reference in a new issue