treewide/xorg: replace *proto with xorgproto
This commit is contained in:
committed by
Robin Gloster
parent
51d6b1bdec
commit
f4a53ff3bc
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, gtk2, glib, pkgconfig, libGLU_combined, wxGTK, libX11, xproto }:
|
||||
{ stdenv, fetchurl, gtk2, glib, pkgconfig, libGLU_combined, wxGTK, libX11, xorgproto }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "fsg-4.4";
|
||||
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gtk2 glib libGLU_combined wxGTK libX11 xproto ];
|
||||
buildInputs = [ gtk2 glib libGLU_combined wxGTK libX11 xorgproto ];
|
||||
|
||||
preBuild = ''
|
||||
sed -e '
|
||||
|
||||
Reference in New Issue
Block a user