xorg.libxcb: do not depend on python2

This commit is contained in:
Jan Tojnar 2019-12-14 17:52:41 +01:00
parent 1c2019fe01
commit 0216e8bb9c
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -72,7 +72,9 @@ self: super:
mkfontdir = self.mkfontscale;
libxcb = super.libxcb.overrideAttrs (attrs: {
libxcb = (super.libxcb.override {
python = python3;
}).overrideAttrs (attrs: {
configureFlags = [ "--enable-xkb" "--enable-xinput" ];
outputs = [ "out" "dev" "man" "doc" ];
});