Fix evaluation
svn path=/nixpkgs/trunk/; revision=24333
This commit is contained in:
parent
340b02c7c9
commit
13101cfab2
@ -5,8 +5,8 @@ let
|
|||||||
inherit (hspell) src patchPhase buildNativeInputs;
|
inherit (hspell) src patchPhase buildNativeInputs;
|
||||||
meta = hspell.meta // {
|
meta = hspell.meta // {
|
||||||
description = "${a.buildFlags} Hebrew dictionary";
|
description = "${a.buildFlags} Hebrew dictionary";
|
||||||
} // a.meta;
|
} // (if a ? meta then a.meta else {});
|
||||||
} // (removeAttrs ["meta"] a));
|
} // (removeAttrs a ["meta"]));
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
recurseForDerivations = true;
|
recurseForDerivations = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user