nixpkgs/pkgs
Eelco Dolstra 731b77ac35 * Nicer notation for Nixpkgs' Hydra jobs. The packages to build are
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
2009-03-10 15:23:27 +00:00
..
applications My attempts to build Thunderbird3beta on Xulrunner. Maybe it is impossible; if not - there are some things others could reuse... 2009-03-07 17:18:48 +00:00
build-support * We don't need all that src.outPath / src.path hackery anymore. 2009-03-06 16:53:44 +00:00
configs/etc d'oh, don't actually gzip it 2006-03-08 19:25:44 +00:00
data * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
desktops Updated openbabel to 2.2.1 and fixed style so that kdeedu can use it. Enabled ocaml support in kdeedu 2009-03-10 14:41:50 +00:00
development Updated openbabel to 2.2.1 and fixed style so that kdeedu can use it. Enabled ocaml support in kdeedu 2009-03-10 14:41:50 +00:00
games Adding neverball 1.5.0, which comes with neverputt. Fun. 2009-03-04 17:28:25 +00:00
lib * Moved mapAttrs to attrsets.nix. 2009-03-10 15:18:38 +00:00
misc replacing applyAndFun by lib.defaultOverridableDelayableArgs 2009-03-06 23:21:28 +00:00
os-specific/linux * Latest kernels. 2009-03-10 09:05:43 +00:00
servers Updated Squid 2009-03-08 12:29:34 +00:00
shells adding cvs zsh version because it has better hg, tg completion support 2008-12-22 18:36:26 +00:00
stdenv * More refactoring: move all the stdenv adapter functions (like 2009-02-10 15:48:30 +00:00
test Add a new way to handle option sets. 2008-08-05 17:16:35 +00:00
tools * pciutils: build a shared libpci. 2009-03-10 12:25:45 +00:00
top-level * Nicer notation for Nixpkgs' Hydra jobs. The packages to build are 2009-03-10 15:23:27 +00:00