[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: icecat: Use address@hidden
From: |
Marius Bakke |
Subject: |
01/01: gnu: icecat: Use address@hidden |
Date: |
Thu, 3 May 2018 14:25:13 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 069f1c2074378bd9113d1ca8ef083f190e7347c2
Author: Marius Bakke <address@hidden>
Date: Thu May 3 19:52:42 2018 +0200
gnu: icecat: Use address@hidden
Fixes <https://bugs.gnu.org/31356>.
Reported by Clément Lassieur <address@hidden>.
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Change from FFMPEG to
FFMPEG-3.4.
---
gnu/packages/gnuzilla.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index d7f8001..1b36544 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -546,7 +546,7 @@ security standards.")
("libxcomposite" ,libxcomposite)
("libxt" ,libxt)
("libffi" ,libffi)
- ("ffmpeg" ,ffmpeg)
+ ("ffmpeg" ,ffmpeg-3.4)
("libvpx" ,libvpx)
("icu4c" ,icu4c)
("pixman" ,pixman)