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, alsaLib, libX11, libXi, libXtst, xextproto }:
|
||||
{ stdenv, fetchurl, alsaLib, libX11, libXi, libXtst, xorgproto }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mid2key-r1";
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
unpackPhase = "tar xvzf $src";
|
||||
|
||||
buildInputs = [ alsaLib libX11 libXi libXtst xextproto ];
|
||||
buildInputs = [ alsaLib libX11 libXi libXtst xorgproto ];
|
||||
|
||||
buildPhase = "make";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user