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, libX11, xproto, unzip }:
|
||||
{ stdenv, fetchurl, libX11, xorgproto, unzip }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "seturgent-2012-08-17";
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
libX11 xproto unzip
|
||||
libX11 xorgproto unzip
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user