treewide/xorg: replace *proto with xorgproto
This commit is contained in:
committed by
Robin Gloster
parent
51d6b1bdec
commit
f4a53ff3bc
@@ -21,8 +21,8 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ zlib libjpeg freetype giflib libpng ]
|
||||
++ stdenv.lib.optional enableSDL SDL
|
||||
++ stdenv.lib.optionals enableX11 (with xorg; [
|
||||
xproto libX11 libXext #xextproto
|
||||
#renderproto libXrender
|
||||
xorgproto libX11 libXext
|
||||
libXrender
|
||||
]);
|
||||
|
||||
NIX_LDFLAGS="-lgcc_s";
|
||||
|
||||
Reference in New Issue
Block a user