diff options
author | Mark H Weaver <mhw@netris.org> | 2016-05-11 03:17:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-05-11 10:22:00 -0400 |
commit | e2b89203db6c2056c9658be40ab1be471769d9eb (patch) | |
tree | d4f45cb546f31ffa0553ac449cc0e133ec12e83d /gnu/local.mk | |
parent | 4e823eae64a17d3b536ee734e14d309ffdf5f832 (diff) | |
download | gnu-guix-e2b89203db6c2056c9658be40ab1be471769d9eb.tar gnu-guix-e2b89203db6c2056c9658be40ab1be471769d9eb.tar.gz |
gnu: totem: Fix build on i686.
* gnu/packages/patches/totem-debug-format-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (totem)[source]: Add patch.
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 ed3f0610f6..183ddb8354 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -754,6 +754,7 @@ dist_patch_DATA = \ gnu/packages/patches/ttfautohint-source-date-epoch.patch \ gnu/packages/patches/tophat-build-with-later-seqan.patch \ gnu/packages/patches/torsocks-dns-test.patch \ + gnu/packages/patches/totem-debug-format-fix.patch \ gnu/packages/patches/unzip-CVE-2014-8139.patch \ gnu/packages/patches/unzip-CVE-2014-8140.patch \ gnu/packages/patches/unzip-CVE-2014-8141.patch \ |