Merge pull request #294728 from sigprof/perl-X11-XCB-fix-deps
perlPackages.X11XCB: fix broken dependencies
This commit is contained in:
commit
91686dd2ff
1 changed files with 3 additions and 3 deletions
|
@ -28431,9 +28431,9 @@ with self; {
|
|||
};
|
||||
env.AUTOMATED_TESTING = false;
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
buildInputs = [ pkgs.xorg.libxcb pkgs.xorg.xcbproto pkgs.xorg.xcbutil pkgs.xorg.xcbutilwm ExtUtilsDepends ExtUtilsPkgConfig TestDeep TestException XSObjectMagic ];
|
||||
propagatedBuildInputs = [ DataDump MouseXNativeTraits XMLDescent XMLSimple ];
|
||||
NIX_CFLAGS_LINK = "-lxcb -lxcb-util -lxcb-xinerama -lxcb-icccm";
|
||||
buildInputs = [ pkgs.xorg.libxcb pkgs.xorg.xcbproto pkgs.xorg.xcbutil pkgs.xorg.xcbutilwm ExtUtilsDepends ExtUtilsPkgConfig TestDeep TestException ];
|
||||
propagatedBuildInputs = [ DataDump MouseXNativeTraits XMLDescent XMLSimple XSObjectMagic ];
|
||||
NIX_CFLAGS_LINK = "-lxcb -lxcb-util -lxcb-xinerama -lxcb-icccm -lxcb-randr -lxcb-xkb";
|
||||
doCheck = false; # requires an X server
|
||||
meta = {
|
||||
description = "Perl bindings for libxcb";
|
||||
|
|
Loading…
Reference in a new issue