From 7084c052a0f12af6271290a9e71d463bf1c834e7 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Mon, 30 Dec 2019 16:57:27 -0800 Subject: [PATCH] hspellDicts.*: remove invalid buildFlags meta attr --- pkgs/development/libraries/hspell/dicts.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/libraries/hspell/dicts.nix b/pkgs/development/libraries/hspell/dicts.nix index 637a11efaef7..87f4e4672d0a 100644 --- a/pkgs/development/libraries/hspell/dicts.nix +++ b/pkgs/development/libraries/hspell/dicts.nix @@ -6,9 +6,6 @@ let meta = hspell.meta // { broken = true; description = "${variant} Hebrew dictionary"; - - buildFlags = [ variant ]; - } // (if a ? meta then a.meta else {}); } // (removeAttrs a ["meta"])); in