guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: address@hidden: Remove variable.


From: Efraim Flashner
Subject: 06/06: gnu: address@hidden: Remove variable.
Date: Tue, 13 Feb 2018 15:57:20 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 34a7b7d713bb3eef4084976c5a78b3a6ebc1577f
Author: Efraim Flashner <address@hidden>
Date:   Tue Feb 13 22:48:46 2018 +0200

    gnu: address@hidden: Remove variable.
    
    * gnu/packages/video.scm (address@hidden): Remove variable.
---
 gnu/packages/video.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 216987c..b92da90 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1449,31 +1449,6 @@ DVD virtual machine and internal playback states are 
completely
 encapsulated.")
     (license license:gpl2+)))
 
-(define-public libdvdnav-4
-  (package
-    (inherit libdvdnav)
-    (version "4.2.1")
-    (source (origin
-              (method url-fetch)
-              (uri
-               (string-append
-                "https://download.videolan.org/videolan/libdvdnav/libdvdnav-";
-                version ".tar.xz"))
-              (sha256
-               (base32
-                "0wi3gy408c8xj0ism0hckv5jbfh3lg4pmgxv87gbch9jrhp2gjkz"))))
-    (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("libtool" ,libtool)))
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'autoreconf
-           (lambda _
-             (zero? (system* "autoreconf" "-vif")))))))))
-
 (define-public libdvdcss
   (package
     (name "libdvdcss")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]