mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
libcdaudio 0.99.12
svn path=/nixpkgs/trunk/; revision=2062
This commit is contained in:
parent
bbf1716370
commit
23b30cf548
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 New Issue
Block a user