xorg.xf86inputkeyboard: set meta.platforms
This commit is contained in:
parent
c24f38ad30
commit
1d35186f40
1 changed files with 5 additions and 1 deletions
|
@ -419,7 +419,11 @@ self: super:
|
|||
};
|
||||
});
|
||||
|
||||
xf86inputkeyboard = brokenOnDarwin super.xf86inputkeyboard; # never worked: https://hydra.nixos.org/job/nixpkgs/trunk/xorg.xf86inputkeyboard.x86_64-darwin
|
||||
xf86inputkeyboard = super.xf86inputkeyboard.overrideAttrs (attrs: {
|
||||
meta = attrs.meta // {
|
||||
platforms = lib.platforms.freebsd ++ lib.platforms.netbsd ++ lib.platforms.openbsd;
|
||||
};
|
||||
});
|
||||
|
||||
xf86inputlibinput = super.xf86inputlibinput.overrideAttrs (attrs: {
|
||||
outputs = [ "out" "dev" ];
|
||||
|
|
Loading…
Reference in a new issue