treewide/xorg: replace *proto with xorgproto
This commit is contained in:
committed by
Robin Gloster
parent
51d6b1bdec
commit
f4a53ff3bc
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, autoconf, automake, libtool, libX11, xproto
|
||||
, libXi, inputproto, libXaw, libXmu, libXt }:
|
||||
{ stdenv, fetchurl, autoconf, automake, libtool, libX11, xorgproto
|
||||
, libXi, libXaw, libXmu, libXt }:
|
||||
|
||||
let
|
||||
majorVersion = "1";
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
patchFlags = "-p0";
|
||||
|
||||
buildInputs = [
|
||||
autoconf automake libtool libX11 xproto libXi inputproto libXaw
|
||||
autoconf automake libtool libX11 xorgproto libXi libXaw
|
||||
libXmu libXt
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user