libcdaudio 0.99.12
svn path=/nixpkgs/trunk/; revision=2062
This commit is contained in:
parent
bbf1716370
commit
23b30cf548
2 changed files with 13 additions and 0 deletions
9
pkgs/development/libraries/libcdaudio/default.nix
Normal file
9
pkgs/development/libraries/libcdaudio/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libcdaudio-0.99.12";
|
||||
src = fetchurl {
|
||||
url = http://optusnet.dl.sourceforge.net/sourceforge/libcdaudio/libcdaudio-0.99.12.tar.gz ;
|
||||
md5 = "63b49cf14d53eed31e7a87cca17a3963" ;
|
||||
};
|
||||
}
|
|
@ -525,6 +525,10 @@ rec {
|
|||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
libcdaudio = (import ../development/libraries/libcdaudio) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
libxml2 = (import ../development/libraries/libxml2) {
|
||||
inherit fetchurl stdenv zlib python;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue