nixpkgs/pkgs/development/libraries/xlibs/recordext/default.nix

10 lines
222 B
Nix
Raw Normal View History

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