* 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 {
|
configDir = pkgs.stdenv.mkDerivation {
|
||||||
name = "dbus-conf";
|
name = "dbus-conf";
|
||||||
|
preferLocalBuild = true;
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
ensureDir $out
|
ensureDir $out
|
||||||
|
|
||||||
|
@ -30,6 +30,8 @@ let
|
|||||||
|
|
||||||
builder = ./make-etc.sh;
|
builder = ./make-etc.sh;
|
||||||
|
|
||||||
|
preferLocalBuild = true;
|
||||||
|
|
||||||
/* !!! Use toXML. */
|
/* !!! Use toXML. */
|
||||||
sources = map (x: x.source) config.environment.etc;
|
sources = map (x: x.source) config.environment.etc;
|
||||||
targets = map (x: x.target) config.environment.etc;
|
targets = map (x: x.target) config.environment.etc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user