1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00
nixpkgs/pkgs/development/libraries/libcdaudio/default.nix

10 lines
218 B
Nix
Raw Normal View History

{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libcdaudio-0.99.12";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/libcdaudio-0.99.12.tar.gz;
md5 = "63b49cf14d53eed31e7a87cca17a3963" ;
};
}