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;
meta = hspell.meta // {
description = "${a.buildFlags} Hebrew dictionary";
} // a.meta;
} // (removeAttrs ["meta"] a));
} // (if a ? meta then a.meta else {});
} // (removeAttrs a ["meta"]));
in
{
recurseForDerivations = true;