mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
731b77ac35
given as a nested attribute set isomorphic to all-packages.nix, where the value for each attribute is a list of platforms on which to build the package. For instance, { wine = ["i686-linux"]; xorg = { libX11 = ["i686-linux" "x86_64-linux"]; }; } says that the "wine" attribute in all-packages.nix should be built on "i686-linux" only, while the "xorg.libX11" attribute should be built on "i686-linux" and "x86_64-linux". There are some aliases for common platform groups (currently "all" for all supported platforms, "linux" for all supported Linux platforms). svn path=/nixpkgs/trunk/; revision=14496 |
||
---|---|---|
doc | ||
maintainers | ||
pkgs | ||
COPYING | ||
default.nix | ||
STABLE | ||
VERSION |