diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-16 00:26:49 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-22 17:14:17 +0200 |
commit | d4ffa9630277fa8699c783c08381d688626d4bc3 (patch) | |
tree | b0cde865c3a733e2cf21e39acb3c3806c0464412 /gnu/packages/graphics.scm | |
parent | d58e2f2723cb97954837821e425324fa34ab6ddf (diff) | |
download | guix-d4ffa9630277fa8699c783c08381d688626d4bc3.tar.gz |
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.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r-- | gnu/packages/graphics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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")))) |