libcdio: 0.93 -> 2.0.0
This commit is contained in:
parent
63fa1fcb04
commit
b795fd200b
@ -1,19 +1,19 @@
|
|||||||
{ stdenv, fetchurl, libcddb, pkgconfig, ncurses, help2man, libiconv }:
|
{ stdenv, fetchurl, libcddb, pkgconfig, ncurses, help2man, libiconv }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libcdio-0.93";
|
name = "libcdio-2.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/libcdio/${name}.tar.bz2";
|
url = "mirror://gnu/libcdio/${name}.tar.bz2";
|
||||||
sha256 = "1a6x2c5bvpnkn7lhmxkjgz4axmh93m1clrlv41s1wzkc48lnc9zq";
|
sha256 = "0jr8ppdm80c533nzmrpz3iffnpc6nhvsria1di9f4jg1l19a03fd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libcddb ncurses help2man ]
|
buildInputs = [ libcddb ncurses help2man ]
|
||||||
++ stdenv.lib.optional stdenv.isDarwin libiconv;
|
++ stdenv.lib.optional stdenv.isDarwin libiconv;
|
||||||
|
|
||||||
# Disabled because one test (check_paranoia.sh) fails.
|
# Disabled due to several spurious test failures.
|
||||||
#doCheck = true;
|
# doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A library for OS-independent CD-ROM and CD image access";
|
description = "A library for OS-independent CD-ROM and CD image access";
|
||||||
|
Loading…
Reference in New Issue
Block a user