3
0
Fork 0
forked from mirrors/nixpkgs

* printproto has a dependency on libXau which our generator

doesn't see for some reason.  Will have to fix the 
  generator.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15187
This commit is contained in:
Eelco Dolstra 2009-04-20 14:37:05 +00:00
parent 67b32b0ec7
commit 406cacbb87

View file

@ -1021,7 +1021,7 @@ rec {
url = mirror://xorg/individual/proto/printproto-1.0.4.tar.bz2; url = mirror://xorg/individual/proto/printproto-1.0.4.tar.bz2;
sha256 = "1gnkpz8iyl27gyjvy8rhm9v6g5qvz3632pn5djxks577i0qsjngh"; sha256 = "1gnkpz8iyl27gyjvy8rhm9v6g5qvz3632pn5djxks577i0qsjngh";
}; };
buildInputs = [pkgconfig ]; buildInputs = [pkgconfig libXau ];
}) // {inherit ;}; }) // {inherit ;};
randrproto = (stdenv.mkDerivation { randrproto = (stdenv.mkDerivation {