From d4ffa9630277fa8699c783c08381d688626d4bc3 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 16 May 2021 00:26:49 +0200 Subject: gnu: autotrace: Prepare for GLib 2.68 and later. * gnu/packages/patches/autotrace-glib-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/graphics.scm (autotrace)[source](patches): New field. --- gnu/packages/graphics.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/graphics.scm') diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 2c25c5405b..1006bb3cb4 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -394,6 +394,7 @@ objects!") (url "https://github.com/autotrace/autotrace") (commit commit))) (file-name (git-file-name name version)) + (patches (search-patches "autotrace-glib-compat.patch")) (sha256 (base32 "0mk4yavy42dj0pszr1ggnggpvmzs4ds46caa9wr55cqsypn7bq6s")))) -- cgit v1.2.3