summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-12-21 23:38:22 +0100
committerMarius Bakke <marius@gnu.org>2020-12-21 23:38:22 +0100
commit85ba5e9335207beef9a650e96d5d64787beb9256 (patch)
tree640dfe16f0c9b7f1aba41ec9307af1854fa3ba26 /gnu/local.mk
parent166472e2c8535e5b5e19e34aeaa0f84cb978b4e3 (diff)
downloadguix-patches-85ba5e9335207beef9a650e96d5d64787beb9256.tar
guix-patches-85ba5e9335207beef9a650e96d5d64787beb9256.tar.gz
gnu: sbc: Fix build on non-x86 architectures.
* gnu/packages/patches/sbc-fix-build-non-x86.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/linux.scm (sbc)[source](patches): New field.
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 91039ed9f8..36b0895ce2 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1600,6 +1600,7 @@ dist_patch_DATA = \
%D%/packages/patches/rust-reproducible-builds.patch \
%D%/packages/patches/rust-openssl-sys-no-vendor.patch \
%D%/packages/patches/rxvt-unicode-escape-sequences.patch \
+ %D%/packages/patches/sbc-fix-build-non-x86.patch \
%D%/packages/patches/sbcl-clml-fix-types.patch \
%D%/packages/patches/scalapack-blacs-mpi-deprecations.patch \
%D%/packages/patches/scheme48-tests.patch \