treewide/xorg: replace *proto with xorgproto

This commit is contained in:
Lengyel Balazs
2019-01-04 14:38:57 +01:00
committed by Robin Gloster
parent 51d6b1bdec
commit f4a53ff3bc
133 changed files with 348 additions and 367 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, libX11, libXext, xextproto, libICE, libSM, xproto, libpng12, zlib }:
{ stdenv, fetchurl, fetchpatch, libX11, libXext, xorgproto, libICE, libSM, libpng12, zlib }:
stdenv.mkDerivation rec {
name = "lincity-${version}";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libICE libpng12 libSM libX11 libXext
xextproto zlib xproto
xorgproto zlib
];
patches = [
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, autoreconfHook, jam, pkgconfig
, zlib, libxml2, libxslt, xproto, libX11, libGLU_combined, SDL
, zlib, libxml2, libxslt, xorgproto, libX11, libGLU_combined, SDL
, SDL_mixer, SDL_image, SDL_ttf, SDL_gfx, physfs
}:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
zlib libxml2 libxslt xproto libX11 libGLU_combined SDL SDL_mixer SDL_image
zlib libxml2 libxslt xorgproto libX11 libGLU_combined SDL SDL_mixer SDL_image
SDL_ttf SDL_gfx physfs
];