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