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:
parent
67b32b0ec7
commit
406cacbb87
|
@ -1021,7 +1021,7 @@ rec {
|
|||
url = mirror://xorg/individual/proto/printproto-1.0.4.tar.bz2;
|
||||
sha256 = "1gnkpz8iyl27gyjvy8rhm9v6g5qvz3632pn5djxks577i0qsjngh";
|
||||
};
|
||||
buildInputs = [pkgconfig ];
|
||||
buildInputs = [pkgconfig libXau ];
|
||||
}) // {inherit ;};
|
||||
|
||||
randrproto = (stdenv.mkDerivation {
|
||||
|
|
Loading…
Reference in a new issue