summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-07-26 23:55:01 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-07-27 00:02:10 -0400
commit2bd84c50ff7a8dafe83b6aa89cd0f01d5282c621 (patch)
tree39bbabe8c75c98fa969611f6c62eba3fa6f79c3f /gnu/local.mk
parent94b688925f3266105df9a0ab835e6b56adf6bc58 (diff)
downloadguix-patches-2bd84c50ff7a8dafe83b6aa89cd0f01d5282c621.tar
guix-patches-2bd84c50ff7a8dafe83b6aa89cd0f01d5282c621.tar.gz
gnu: plotutils: Fix build on non-x86_64 architectures.
* gnu/packages/patches/plotutils-spline-test.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/plotutils.scm (plotutils)[patches]: Apply it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index e574697f32..8274e158d0 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1408,6 +1408,7 @@ dist_patch_DATA = \
%D%/packages/patches/plink-endian-detection.patch \
%D%/packages/patches/plib-CVE-2011-4620.patch \
%D%/packages/patches/plib-CVE-2012-4552.patch \
+ %D%/packages/patches/plotutils-spline-test.patch \
%D%/packages/patches/podofo-cmake-3.12.patch \
%D%/packages/patches/portaudio-audacity-compat.patch \
%D%/packages/patches/portmidi-modular-build.patch \