Skip to content

aspell: No modes #476684

@l0b0

Description

@l0b0

Nixpkgs version

  • Unstable (26.05)

Describe the bug

Based on investigation in another issue, it looks like installing aspellWithDicts leads to a broken aspell installation:

❯ aspell modes
[no output]

This causes git gui to always produce a 'Spell checking is unavailable: Unknown mode: "none".' error on startup.

Steps to reproduce

Set config.environment.systemPackages or home-manager.users.<username>.home.packages to include

(pkgs.aspellWithDicts (dicts: [
  dicts.de
  dicts.en
  dicts.en-computers
  dicts.fr
  dicts.mi
  dicts.nb
]))

Expected behaviour

This should result in a working aspell installation

Additional context

No response

System metadata

  • system: "x86_64-linux"
  • host os: Linux 6.12.63, NixOS, 26.05 (Yarara), 26.05.20251228.c0b0e0f
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.31.2+1
  • channels(root): "home-manager, nixos, nixos-hardware, nixos-stable-24.05"
  • nixpkgs: /nix/store/xzl5dhddgjxp2p18h5qpkhvlkp8128j1-source

Notify maintainers

@zenMaya as the only recent editor of pkgs/development/libraries/aspell/aspell-with-dicts.nix.


Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)

I assert that this issue is relevant for Nixpkgs

Is this issue important to you?

Add a 👍 reaction to issues you find important.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions