1
0
Fork 1
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:
Tuomas Tynkkynen 2016-08-03 01:27:01 +03:00
parent 33557acb36
commit 0eb827918d

View file

@ -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 =
''