nixpkgs/pkgs
Frederik Rietdijk c0cf19608f aspellWithDicts: create derivation with aspell and selected dictionaries
Currently, `aspell` checks the active profiles for dictionaries. While
this may be convenient, it does not work with `nix-shell` and it doesn't
allow any isolation.

This commit adds the possibility to use composition by creating a
derivation with `symlinkJoin` that contains all the chosen dictionaries,
and another derivation that wraps the executables linking to the dictionaries.

Nix example:

my_aspell = aspellWithDicts(ps: with ps; [ en nl ])

`nix-shell` example:

nix-shell -p 'aspellWithDicts(ps: with ps; [ en nl ])'
2017-07-17 10:17:20 +02:00
..
applications darktable: 2.2.4 -> 2.2.5 2017-07-17 02:53:14 +02:00
build-support Merge pull request #27017 from LnL7/docker-pure-layer 2017-07-15 12:22:53 +02:00
common-updater
data Merge pull request #23964 from benley/nixos-manual-launcher 2017-07-16 16:28:30 -04:00
desktops evince: patch CVE-2017-1000083 + minor changes 2017-07-15 10:07:45 +02:00
development aspellWithDicts: create derivation with aspell and selected dictionaries 2017-07-17 10:17:20 +02:00
games factorio: authenticatedFetch now handles 404 properly 2017-07-16 06:11:09 -07:00
misc zuki-themes: 3.20.2017-02-17 -> 3.20.2017-04-23 2017-07-15 23:58:35 -03:00
os-specific zfsUnstable: 0.7.0-rc4 -> 0.7.0-rc5 2017-07-17 02:53:14 +02:00
servers tt-rss: 16.3 -> 17.4 2017-07-17 02:20:16 +02:00
shells dash: 0.5.8 -> 0.5.9.1 2017-07-13 23:03:40 +02:00
stdenv stdenv: Store one package per line in nix-support/propagated-* 2017-07-10 13:32:13 -04:00
test
tools lftp: 4.7.7 -> 4.8.0 2017-07-17 08:02:04 +02:00
top-level aspellWithDicts: create derivation with aspell and selected dictionaries 2017-07-17 10:17:20 +02:00