Correcting src passthru in builderDefs
svn path=/nixpkgs/trunk/; revision=13628
This commit is contained in:
parent
5dbd5eac6d
commit
15cfe51b42
@ -410,7 +410,8 @@ args: with args; with stringsWithDeps; with lib;
|
|||||||
inherit (localDefs) name;
|
inherit (localDefs) name;
|
||||||
builder = writeScript (name + "-builder")
|
builder = writeScript (name + "-builder")
|
||||||
(textClosure localDefs localDefs.realPhaseNames);
|
(textClosure localDefs localDefs.realPhaseNames);
|
||||||
meta = localDefs.meta // {inherit src;};
|
meta = localDefs.meta;
|
||||||
|
passthru = localDefs.passthru // {inherit (localDefs) src; };
|
||||||
}) // (if localDefs ? propagatedBuildInputs then {
|
}) // (if localDefs ? propagatedBuildInputs then {
|
||||||
inherit (localDefs) propagatedBuildInputs;
|
inherit (localDefs) propagatedBuildInputs;
|
||||||
} else {}) // extraDerivationAttrs)
|
} else {}) // extraDerivationAttrs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user