From 05465d486afdba116dbc22fc22c1e6573aea4f22 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 24 Jan 2022 12:11:57 +0000 Subject: [PATCH] meson: drop unused argument for i18n.merge_file() Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0. data/meson.build:15:0: ERROR: Function does not take positional arguments. data/meson.build:27:0: ERROR: Function does not take positional arguments. --- data/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/meson.build b/data/meson.build index 026bd80..3b03b94 100644 --- a/data/meson.build +++ b/data/meson.build @@ -13,7 +13,6 @@ desktop_in = configure_file( ) i18n.merge_file( - desktop, type: 'desktop', input: desktop_in, output: '@BASENAME@', @@ -25,7 +24,6 @@ i18n.merge_file( appdata = df_namespace + '.appdata.xml' i18n.merge_file( - appdata, input: appdata + '.in', output: '@BASENAME@', po_dir: po_dir, -- GitLab t'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/presentation.scm
AgeCommit message (Expand)Author
2024-09-08Add some missing header comment header comments....* gnu/packages/minetest.scm: Add the ‘GNU Guix’ header comment. * gnu/packages/notcurses.scm: Likewise. * gnu/packages/presentation.scm: Likewise. * gnu/packages/solidity.scm: Likewise. * guix/build/minetest-build-system.scm: Likewise. * gnu/packages/vnc.scm: Add missing ‘;’. * guix/scripts/import/crate.scm: Remove leading newline. Change-Id: I5294e6067b9348f2929d823a07d4ec335eaa5ecd Tobias Geerinckx-Rice
2024-08-31gnu: presentty: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/presentation.scm (presentty)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ief6c983cdbced493c27c8584ac63afe5bc0bac98 Maxime Devos