summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-02-02 16:46:16 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-02 16:55:35 +0100
commitfeeeee241868e39d102f074805b38d6621435f25 (patch)
treefc6ee9cb42bfb2cf7458d85155d09c6e2aa2ca93 /gnu/local.mk
parentde643f0c15677665acce73db9c28c5488e623633 (diff)
downloadguix-patches-feeeee241868e39d102f074805b38d6621435f25.tar
guix-patches-feeeee241868e39d102f074805b38d6621435f25.tar.gz
gnu: gst-plugins-base: Fix build on 32bit.
* gnu/packages/patches/gst-plugins-base-fix-test-on-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (gst-plugins-base)[source]: Use 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 7377e5122f..d405fce182 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -602,6 +602,7 @@ dist_patch_DATA = \
%D%/packages/patches/grub-gets-undeclared.patch \
%D%/packages/patches/grub-freetype.patch \
%D%/packages/patches/gsl-test-i686.patch \
+ %D%/packages/patches/gst-plugins-base-fix-test-on-32bit.patch \
%D%/packages/patches/guile-1.8-cpp-4.5.patch \
%D%/packages/patches/guile-arm-fixes.patch \
%D%/packages/patches/guile-default-utf8.patch \