* Filter out the meta attribute, again.
svn path=/nixpkgs/trunk/; revision=5093
This commit is contained in:
parent
bb28c87406
commit
c4ea3e8d77
@ -18,7 +18,7 @@ let {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// {
|
// {
|
||||||
mkDerivation = attrs: derivation (attrs // {
|
mkDerivation = attrs: derivation ((removeAttrs attrs ["meta"]) // {
|
||||||
builder = shell;
|
builder = shell;
|
||||||
args = ["-e" attrs.builder];
|
args = ["-e" attrs.builder];
|
||||||
stdenv = body;
|
stdenv = body;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user