mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
xcbutilxrm: use checkInputs
This commit is contained in:
parent
2481ed88c7
commit
f27dda4f55
@ -10,9 +10,9 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig m4 ];
|
||||
buildInputs = [ libxcb xcbutil ]
|
||||
++ stdenv.lib.optional doCheck libX11;
|
||||
doCheck = true;
|
||||
buildInputs = [ libxcb xcbutil ];
|
||||
checkInputs = [ libX11 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "XCB utility functions for the X resource manager";
|
||||
|
Loading…
Reference in New Issue
Block a user