mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* 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;
|
||||
args = ["-e" attrs.builder];
|
||||
stdenv = body;
|
||||
|
Loading…
Reference in New Issue
Block a user