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
|
outputs = [ "dev" "out" ]; # mainly to avoid propagation
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libpciaccess = attrs: attrs // {
|
||||||
|
meta = attrs.meta // { platforms = stdenv.lib.platforms.linux; };
|
||||||
|
};
|
||||||
|
|
||||||
setxkbmap = attrs: attrs // {
|
setxkbmap = attrs: attrs // {
|
||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user