summaryrefslogtreecommitdiff
path: root/gnu/packages/plotutils.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r--gnu/packages/plotutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index e9a247142da..67f692daf56 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -51,7 +51,7 @@
51 (sha256 51 (sha256
52 (base32 52 (base32
53 "1arkyizn5wbgvbh53aziv3s6lmd3wm9lqzkhxb3hijlp1y124hjg")) 53 "1arkyizn5wbgvbh53aziv3s6lmd3wm9lqzkhxb3hijlp1y124hjg"))
54 (patches (list (search-patch "plotutils-libpng-jmpbuf.patch"))) 54 (patches (search-patches "plotutils-libpng-jmpbuf.patch"))
55 (modules '((guix build utils))) 55 (modules '((guix build utils)))
56 (snippet 56 (snippet
57 ;; Force the use of libXaw7 instead of libXaw. When not doing 57 ;; Force the use of libXaw7 instead of libXaw. When not doing
@@ -179,7 +179,7 @@ colors, styles, options and details.")
179 (sha256 179 (sha256
180 (base32 180 (base32
181 "11f28vxw0ybhvl7vxmqcdwvw7y6gz55ykw9ybgzb2px6lsvgag7z")) 181 "11f28vxw0ybhvl7vxmqcdwvw7y6gz55ykw9ybgzb2px6lsvgag7z"))
182 (patches (list (search-patch "asymptote-gsl2.patch"))))) 182 (patches (search-patches "asymptote-gsl2.patch"))))
183 (build-system gnu-build-system) 183 (build-system gnu-build-system)
184 ;; Note: The 'asy' binary retains a reference to docdir for use with its 184 ;; Note: The 'asy' binary retains a reference to docdir for use with its
185 ;; "help" command in interactive mode, so adding a "doc" output is not 185 ;; "help" command in interactive mode, so adding a "doc" output is not