xcbutilxrm: use checkInputs
This commit is contained in:
parent
2481ed88c7
commit
f27dda4f55
@ -10,9 +10,9 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig m4 ];
|
nativeBuildInputs = [ pkgconfig m4 ];
|
||||||
buildInputs = [ libxcb xcbutil ]
|
|
||||||
++ stdenv.lib.optional doCheck libX11;
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
buildInputs = [ libxcb xcbutil ];
|
||||||
|
checkInputs = [ libX11 ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "XCB utility functions for the X resource manager";
|
description = "XCB utility functions for the X resource manager";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user