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, libXpm, libXt }:
|
||||
{ stdenv, fetchurl, libX11, xorgproto, libXpm, libXt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xsokoban-${version}";
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "006lp8y22b9pi81x1a9ldfgkl1fbmkdzfw0lqw5y9svmisbafbr9";
|
||||
};
|
||||
|
||||
buildInputs = [ libX11 xproto libXpm libXt ];
|
||||
buildInputs = [ libX11 xorgproto libXpm libXt ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-I${libXpm.dev}/include/X11";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user