[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: libbluray: Drop unused inputs.
From: |
Andreas Enge |
Subject: |
01/01: gnu: libbluray: Drop unused inputs. |
Date: |
Fri, 05 Feb 2016 13:43:57 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 71ee51a0577ba90493c1e76395a066fe3593745d
Author: Andreas Enge <address@hidden>
Date: Fri Feb 5 14:42:13 2016 +0100
gnu: libbluray: Drop unused inputs.
* gnu/packages/video.scm (libbluray)[inputs]: Remove doxygen, perl and
texlive. The first one is checked during the configure phase, but no
documentation is actually built anyway.
---
gnu/packages/video.scm | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 76253a9..e7442f4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015 Andreas Enge <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <address@hidden>
;;; Copyright © 2014, 2015, 2016 David Thompson <address@hidden>
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <address@hidden>
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
@@ -44,7 +44,6 @@
#:use-module (gnu packages compression)
#:use-module (gnu packages curl)
#:use-module (gnu packages databases)
- #:use-module (gnu packages doxygen)
#:use-module (gnu packages elf)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages fribidi)
@@ -69,7 +68,6 @@
#:use-module (gnu packages sdl)
#:use-module (gnu packages ssh)
#:use-module (gnu packages texinfo)
- #:use-module (gnu packages texlive)
#:use-module (gnu packages textutils)
#:use-module (gnu packages tls)
#:use-module (gnu packages version-control)
@@ -864,12 +862,9 @@ YouTube.com and a few more sites.")
(arguments `(#:configure-flags '("--disable-bdjava")))
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs
- `(("doxygen" ,doxygen)
- ("fontconfig" ,fontconfig)
+ `(("fontconfig" ,fontconfig)
("freetype" ,freetype)
- ("libxml2" ,libxml2)
- ("perl" ,perl) ;for doxygen
- ("texlive" ,texlive)))
+ ("libxml2" ,libxml2)))
(home-page "http://www.videolan.org/developers/libbluray.html")
(synopsis "Blu-Ray Disc playback library")
(description