* Some more trivial builders with lots of dependencies that should be
built locally. svn path=/nixos/trunk/; revision=34034
This commit is contained in:
parent
7a69733704
commit
e4200d7e61
|
@ -12,6 +12,7 @@ let
|
|||
|
||||
configDir = pkgs.stdenv.mkDerivation {
|
||||
name = "dbus-conf";
|
||||
preferLocalBuild = true;
|
||||
buildCommand = ''
|
||||
ensureDir $out
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue