nixpkgs/pkgs/top-level
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
..
all-packages.nix Fixed Python StringTemplate library. 2009-03-10 12:01:22 +00:00
build-for-release.nix Build Doxygen. 2009-03-05 15:42:42 +00:00
builder-defs.nix * Split lib/default.nix into several files, as it had become a big 2009-02-09 16:51:03 +00:00
make-tarball.nix * Put the tarball job in a separate file. 2009-03-09 17:49:13 +00:00
mingw.nix * Remove execute permission. 2006-09-11 13:37:46 +00:00
release.nix * Nicer notation for Nixpkgs' Hydra jobs. The packages to build are 2009-03-10 15:23:27 +00:00
template-composing-builder.nix Added FBTerm - framebuffer terminal emulator 2008-12-08 12:44:42 +00:00
template-composing+config.nix * Tab removal. 2008-07-23 13:40:03 +00:00
template-debian.nix * mirror://debian: stripped the /pool part; there are other Debian 2008-03-13 13:31:39 +00:00
template-simple.nix Just another simple template 2007-09-04 09:52:29 +00:00