summary refs log tree commit diff
path: root/pkgs/development/libraries/libcdaudio/default.nix
blob: a04815df490627afd2a84e9a75574910584ee58a (plain) (blame)
1
2
3
4
5
6
7
8
9
{stdenv, fetchurl}:

stdenv.mkDerivation {
  name = "libcdaudio-0.99.12";
  src = fetchurl {
    url = mirror://sourceforge/libcdaudio/libcdaudio-0.99.12.tar.gz ;
    md5 = "63b49cf14d53eed31e7a87cca17a3963" ;
  };
}