From d38bdca344fc3ffbde34b8efa37c7dedcebae46a Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Wed, 26 Apr 2023 20:39:07 +0200 Subject: gnu: gitg: Fix build. * gnu/packages/patches/gitg-fix-positional-argument.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/gnome.scm (gitg)[source]: Use it here. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e31931dbdb..7aa7180f5e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11888,7 +11888,8 @@ (define-public gitg name "-" version ".tar.xz")) (sha256 (base32 - "0aa6djcf7rjw0q688mfy47k67bbjpnx6aw1xs94abfhgn6gipdkz")))) + "0aa6djcf7rjw0q688mfy47k67bbjpnx6aw1xs94abfhgn6gipdkz")) + (patches (search-patches "gitg-fix-positional-argument.patch")))) (build-system meson-build-system) (arguments (list -- cgit v1.2.3