treewide/xorg: replace *proto with xorgproto
This commit is contained in:
committed by
Robin Gloster
parent
51d6b1bdec
commit
f4a53ff3bc
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, imake, bison, flex, gccmakedep
|
||||
, xproto, libXau, libXt, libXext, libXaw, libXpm, xorgcffiles }:
|
||||
, xorgproto, libXau, libXt, libXext, libXaw, libXpm, xorgcffiles }:
|
||||
|
||||
let
|
||||
pname = "nas";
|
||||
@@ -14,7 +14,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [ imake bison flex gccmakedep ];
|
||||
|
||||
buildInputs = [ xproto libXau libXt libXext libXaw libXpm ];
|
||||
buildInputs = [ xorgproto libXau libXt libXext libXaw libXpm ];
|
||||
|
||||
buildFlags = [ "WORLDOPTS=" "World" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user