diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-08 10:39:49 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-09 12:48:29 -0400 |
commit | 46873adc04ccf2c753362ee14c7faa81fed602c4 (patch) | |
tree | 651184fef9b80225495d1d8e8126eea7084b89d4 /gnu/packages/syndication.scm | |
parent | 03580b5f1d997df066a5119cf0a242f827354ba8 (diff) | |
download | guix-46873adc04ccf2c753362ee14c7faa81fed602c4.tar.gz |
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.
Diffstat (limited to 'gnu/packages/syndication.scm')
-rw-r--r-- | gnu/packages/syndication.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index 769cc85d37..6224f58efc 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -523,8 +523,6 @@ a simple interface that makes it easy to organize and browse feeds.") (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") |