diff options
author | Mark H Weaver <mhw@netris.org> | 2013-11-02 18:04:45 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-11-03 23:26:37 -0500 |
commit | fdbd19ea6b784d164986856414a0fd6c25dab7b2 (patch) | |
tree | cd7bc8da3c15208d0fdcdc109a4d5784e810bb2f /gnu-system.am | |
parent | dd863f1f39858bf9d3f1a9de4b4eccc8d3f75d62 (diff) | |
download | guix-fdbd19ea6b784d164986856414a0fd6c25dab7b2.tar guix-fdbd19ea6b784d164986856414a0fd6c25dab7b2.tar.gz |
gnu: gd: fix deplibs check method for mips64.
* gnu/packages/patches/gd-mips64-deplibs-fix.patch: New file.
* gnu/packages/gd.scm (gd): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index fe84744767..0b81d64aa2 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -221,6 +221,7 @@ dist_patch_DATA = \ gnu/packages/patches/flex-bison-tests.patch \ gnu/packages/patches/gawk-shell.patch \ gnu/packages/patches/gcc-cross-environment-variables.patch \ + gnu/packages/patches/gd-mips64-deplibs-fix.patch \ gnu/packages/patches/gdb-loongson-madd-fix.patch \ gnu/packages/patches/glib-tests-desktop.patch \ gnu/packages/patches/glib-tests-homedir.patch \ |