Fix evaluation

svn path=/nixpkgs/trunk/; revision=24333
This commit is contained in:
Yury G. Kudryashov 2010-10-17 19:07:03 +00:00
parent 340b02c7c9
commit 13101cfab2

View File

@ -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;