* Some more trivial builders with lots of dependencies that should be

built locally.

svn path=/nixos/trunk/; revision=34034
This commit is contained in:
Eelco Dolstra 2012-05-09 21:35:47 +00:00
parent 7a69733704
commit e4200d7e61
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ let
configDir = pkgs.stdenv.mkDerivation {
name = "dbus-conf";
preferLocalBuild = true;
buildCommand = ''
ensureDir $out

View File

@ -30,6 +30,8 @@ let
builder = ./make-etc.sh;
preferLocalBuild = true;
/* !!! Use toXML. */
sources = map (x: x.source) config.environment.etc;
targets = map (x: x.target) config.environment.etc;