diff options
author | Mark H Weaver <mhw@netris.org> | 2016-04-04 22:52:51 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-04-04 22:55:52 -0400 |
commit | fd7fd3c1678a63eb22995fef1d1eed09ff57efe6 (patch) | |
tree | 19f52d433fe48ff3bc1e30d8b9073915f353772d /gnu/packages/gnunet.scm | |
parent | ae05e366bea4517f1e428799f00f11997ccef661 (diff) | |
download | patches-fd7fd3c1678a63eb22995fef1d1eed09ff57efe6.tar patches-fd7fd3c1678a63eb22995fef1d1eed09ff57efe6.tar.gz |
gnu: libextractor: Add patch to fix build with ffmpeg-3.
* gnu/packages/patches/libextractor-ffmpeg-3.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnunet.scm (libextractor)[source]: Add patch.
Diffstat (limited to 'gnu/packages/gnunet.scm')
-rw-r--r-- | gnu/packages/gnunet.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index eb0c4cbe83..471f383b85 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Ni* Gillmann <ng@niasterisk.space> ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2016 Mark H Weaver <mhw@netris.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -66,6 +67,7 @@ (sha256 (base32 "0zvv7wd011npcx7yphw9bpgivyxz6mlp87a57n96nv85k96dd2l6")) + (patches (list (search-patch "libextractor-ffmpeg-3.patch"))) (modules '((guix build utils))) (snippet ;; Nowadays libmagic (from 'file') returns 'audio/ogg' and not |