gnu: libdvdnav@4: Remove variable.

* gnu/packages/video.scm (libdvdnav@4): Remove variable.
This commit is contained in:
Efraim Flashner 2018-02-13 22:48:46 +02:00
parent 0976ea38b1
commit 34a7b7d713
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1449,31 +1449,6 @@ (define-public libdvdnav
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")