Loading pkgs/development/libraries/hunspell/dictionaries-chromium.nix→pkgs/by-name/hu/hunspell/dictionaries-chromium.nix +0 −0 File moved. View file pkgs/development/libraries/hunspell/dictionaries.nix→pkgs/by-name/hu/hunspell/dictionaries.nix +0 −0 File moved. View file pkgs/by-name/hu/hunspell/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://hunspell.github.io/"; changelog = "https://github.com/hunspell/hunspell/releases/tag/${finalAttrs.src.rev}"; license = with lib.licenses; [ gpl2 lgpl21 gpl2Plus lgpl21Plus mpl11 ]; maintainers = with lib.maintainers; [ getchoo ]; Loading pkgs/development/libraries/hunspell/update-chromium-dictionaries.py→pkgs/by-name/hu/hunspell/update-chromium-dictionaries.py +0 −0 File moved. View file pkgs/top-level/all-packages.nix +2 −4 Original line number Diff line number Diff line Loading @@ -9801,12 +9801,10 @@ with pkgs; hspellDicts = callPackage ../development/libraries/hspell/dicts.nix { }; hunspellDicts = recurseIntoAttrs ( callPackages ../development/libraries/hunspell/dictionaries.nix { } ); hunspellDicts = recurseIntoAttrs (callPackages ../by-name/hu/hunspell/dictionaries.nix { }); hunspellDictsChromium = recurseIntoAttrs ( callPackages ../development/libraries/hunspell/dictionaries-chromium.nix { } callPackages ../by-name/hu/hunspell/dictionaries-chromium.nix { } ); hunspellWithDicts = dicts: callPackage ../by-name/hu/hunspell/wrapper.nix { inherit dicts; }; Loading Loading
pkgs/development/libraries/hunspell/dictionaries-chromium.nix→pkgs/by-name/hu/hunspell/dictionaries-chromium.nix +0 −0 File moved. View file
pkgs/development/libraries/hunspell/dictionaries.nix→pkgs/by-name/hu/hunspell/dictionaries.nix +0 −0 File moved. View file
pkgs/by-name/hu/hunspell/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://hunspell.github.io/"; changelog = "https://github.com/hunspell/hunspell/releases/tag/${finalAttrs.src.rev}"; license = with lib.licenses; [ gpl2 lgpl21 gpl2Plus lgpl21Plus mpl11 ]; maintainers = with lib.maintainers; [ getchoo ]; Loading
pkgs/development/libraries/hunspell/update-chromium-dictionaries.py→pkgs/by-name/hu/hunspell/update-chromium-dictionaries.py +0 −0 File moved. View file
pkgs/top-level/all-packages.nix +2 −4 Original line number Diff line number Diff line Loading @@ -9801,12 +9801,10 @@ with pkgs; hspellDicts = callPackage ../development/libraries/hspell/dicts.nix { }; hunspellDicts = recurseIntoAttrs ( callPackages ../development/libraries/hunspell/dictionaries.nix { } ); hunspellDicts = recurseIntoAttrs (callPackages ../by-name/hu/hunspell/dictionaries.nix { }); hunspellDictsChromium = recurseIntoAttrs ( callPackages ../development/libraries/hunspell/dictionaries-chromium.nix { } callPackages ../by-name/hu/hunspell/dictionaries-chromium.nix { } ); hunspellWithDicts = dicts: callPackage ../by-name/hu/hunspell/wrapper.nix { inherit dicts; }; Loading