* Some more trivial builders with lots of dependencies that should be
built locally. svn path=/nixos/trunk/; revision=34034
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user