nixpkgs/pkgs/development/libraries/audiofile/default.nix
Eelco Dolstra 94fe7734fa * Glibc 2.3.6.
* GCC 3.4.5.
* Updated several other stdenv packages.
* Modified the builders of several packages to use the generic
  builder.

svn path=/nixpkgs/trunk/; revision=4336
2005-12-06 00:12:45 +00:00

10 lines
211 B
Nix

{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "audiofile-0.2.3";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/audiofile-0.2.5.tar.gz;
md5 = "fd07c62a17ceafa317929e55e51e26c5";
};
}