treewide/xorg: replace *proto with xorgproto
This commit is contained in:
committed by
Robin Gloster
parent
51d6b1bdec
commit
f4a53ff3bc
@@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl
|
||||
, ncurses
|
||||
, libX11, xproto, buildEnv
|
||||
, libX11, xorgproto, buildEnv
|
||||
}:
|
||||
|
||||
let
|
||||
useX11 = stdenv.isi686 || stdenv.isx86_64;
|
||||
x11deps = [ libX11 xproto ];
|
||||
x11deps = [ libX11 xorgproto ];
|
||||
inherit (stdenv.lib) optionals;
|
||||
|
||||
baseOcamlBranch = "4.07";
|
||||
|
||||
Reference in New Issue
Block a user