nixpkgs/pkgs/development/libraries/xlibs/recordext/default.nix
Eelco Dolstra 9f898a586b * Copy even more files (in particular from losser.st-lab.cs.uu.nl,
can't assume that it will live forever).

svn path=/nixpkgs/trunk/; revision=4624
2006-01-30 16:11:00 +00:00

10 lines
214 B
Nix

{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "recordext-1.13-cvs";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/recordext-1.13.tar.bz2;
md5 = "dcb2519a76ce238507e777bd79b67ab5";
};
}