nixpkgs/pkgs/development/libraries/xlibs/xf86vmext/default.nix
Eelco Dolstra 777c4ea1d7 * Added libXxf86vm and xf86vmext from xlibs CVS.
* Added MythTV.  But it doesn't build properly yet (it compiles fine,
  but it ignores the prefix).

svn path=/nixpkgs/trunk/; revision=2077
2005-01-20 21:11:49 +00:00

10 lines
224 B
Nix

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