treewide/xorg: replace *proto with xorgproto
This commit is contained in:
committed by
Robin Gloster
parent
51d6b1bdec
commit
f4a53ff3bc
@@ -8,9 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "00bh9j3m6snyd2fgnzhj5vlkj9ibh69gfny9bfzlxbnivb06s1yw";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
[ xorg.libX11 xorg.xproto xorg.xextproto xorg.libXext
|
||||
xorg.libXrandr xorg.randrproto
|
||||
buildInputs = with xorg; [
|
||||
libX11 xorgproto libXext libXrandr
|
||||
];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
Reference in New Issue
Block a user