treewide/xorg: replace *proto with xorgproto

This commit is contained in:
Lengyel Balazs
2019-01-04 14:38:57 +01:00
committed by Robin Gloster
parent 51d6b1bdec
commit f4a53ff3bc
133 changed files with 348 additions and 367 deletions
+2 -3
View File
@@ -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" ];