xorg.libxcb: do not depend on python2
This commit is contained in:
parent
1c2019fe01
commit
0216e8bb9c
@ -72,7 +72,9 @@ self: super:
|
|||||||
|
|
||||||
mkfontdir = self.mkfontscale;
|
mkfontdir = self.mkfontscale;
|
||||||
|
|
||||||
libxcb = super.libxcb.overrideAttrs (attrs: {
|
libxcb = (super.libxcb.override {
|
||||||
|
python = python3;
|
||||||
|
}).overrideAttrs (attrs: {
|
||||||
configureFlags = [ "--enable-xkb" "--enable-xinput" ];
|
configureFlags = [ "--enable-xkb" "--enable-xinput" ];
|
||||||
outputs = [ "out" "dev" "man" "doc" ];
|
outputs = [ "out" "dev" "man" "doc" ];
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user