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

stdenv.mkDerivation {
  name = "xproto-6.6.1";
  src = fetchurl {
    url = http://catamaran.labs.cs.uu.nl/dist/tarballs/xproto-6.6.1.tar.bz2;
    md5 = "8a7546a607dcd61b2ee595c763fd7f85";
  };
}