Updating from trunk.

I had to fix conflicts in the pcre expression, and as usual, all-packages.nix about stdenv2.


svn path=/nixos/branches/stdenv-updates/; revision=24153
This commit is contained in:
Lluís Batlle i Rossell 2010-10-07 21:03:23 +00:00
parent c1e4586ed1
commit 3c6e5ef88e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ nixpkgs ? ../nixpkgs }:
{ nixpkgs ? ../stdenv-updates-svn }:
let
@ -66,6 +66,7 @@ let
description = "NixOS system tarball for ${system} - ${stdenv.platform.name}";
maintainers = map (x: lib.getAttr x lib.maintainers) maintainers;
};
inherit config;
};