lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

aspellDicts: extend cp1252 workaround to all platforms

K900 2c93b5fb 5c270b31

+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