diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2016-09-02 00:07:24 +0200 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-09-02 00:16:34 +0200 |
commit | f63e5eaaeb2671ec550b0c21f4afe5b277de6a5d (patch) | |
tree | 3d93815e2536e6d4bcf8573fdfca6d627b9dc72e /gnu/local.mk | |
parent | 4e49163f76946503121493fafd6c0fe7b5bde030 (diff) | |
download | guix-f63e5eaaeb2671ec550b0c21f4afe5b277de6a5d.tar guix-f63e5eaaeb2671ec550b0c21f4afe5b277de6a5d.tar.gz |
gnu: dtc: Add missing symbols patch from debian.
* gnu/packages/u-boot.scm (dtc)[source]: Add patch.
* gnu/packages/patches/dtc-add-missing-symbols-to-lds.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: David Craven <david@craven.ch>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8179920163..efb00b9b07 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -483,6 +483,7 @@ dist_patch_DATA = \ %D%/packages/patches/doc++-include-directives.patch \ %D%/packages/patches/doc++-segfault-fix.patch \ %D%/packages/patches/doxygen-test.patch \ + %D%/packages/patches/dtc-add-missing-symbols-to-lds.patch \ %D%/packages/patches/duplicity-piped-password.patch \ %D%/packages/patches/duplicity-test_selection-tmp.patch \ %D%/packages/patches/elfutils-tests-ptrace.patch \ |