lol

Merge pull request #291372 from K900/í

aspellDicts: extend cp1252 workaround to all platforms

authored by

Weijia Wang and committed by
GitHub
a6d0d38f 42ebd812

+3 -2
+3 -2
pkgs/development/libraries/aspell/dictionaries.nix
··· 103 103 homepage = "http://ftp.gnu.org/gnu/aspell/dict/0index.html"; 104 104 } // (args.meta or {}); 105 105 106 - } // lib.optionalAttrs (stdenv.isDarwin && lib.elem language [ "is" "nb" ]) { 107 - # tar: Cannot open: Illegal byte sequence 106 + } // lib.optionalAttrs (lib.elem language [ "is" "nb" ]) { 107 + # These have Windows-1251 encoded non-ASCII characters, 108 + # so need some special handling. 108 109 unpackPhase = '' 109 110 runHook preUnpack 110 111