* Filter out the meta attribute, again.
svn path=/nixpkgs/trunk/; revision=5093
This commit is contained in:
parent
bb28c87406
commit
c4ea3e8d77
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ let {
|
|||
}
|
||||
|
||||
// {
|
||||
mkDerivation = attrs: derivation (attrs // {
|
||||
mkDerivation = attrs: derivation ((removeAttrs attrs ["meta"]) // {
|
||||
builder = shell;
|
||||
args = ["-e" attrs.builder];
|
||||
stdenv = body;
|
||||
|
|
Loading…
Reference in a new issue