mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
xorg.libpciaccess: Not supported on Darwin
http://hydra.nixos.org/build/38160825/nixlog/1/raw
This commit is contained in:
parent
33557acb36
commit
0eb827918d
|
@ -244,6 +244,10 @@ in
|
|||
outputs = [ "dev" "out" ]; # mainly to avoid propagation
|
||||
};
|
||||
|
||||
libpciaccess = attrs: attrs // {
|
||||
meta = attrs.meta // { platforms = stdenv.lib.platforms.linux; };
|
||||
};
|
||||
|
||||
setxkbmap = attrs: attrs // {
|
||||
postInstall =
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue