mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user