void-packages/srcpkgs/fragments/patches/no-git.patch

14 lines
542 B
Diff

diff --git a/meson.build b/meson.build
index 0cb46023cc..eec7e4f694 100644
--- a/meson.build
+++ b/meson.build
@@ -20,7 +20,7 @@ name = 'Fragments'
base_id = 'de.haeckerfelix.Fragments'
path_id = '/de/haeckerfelix/Fragments'
app_id = base_id
-vcs_tag = run_command('git', 'rev-parse', '--short', 'HEAD').stdout().strip()
+vcs_tag = 'none'
profile = get_option('profile')
datadir = join_paths(get_option('prefix'), get_option('datadir'))
localedir = join_paths(get_option('prefix'), get_option('localedir'))