Commit graph

9 commits

Author SHA1 Message Date
R. RyanTM 7444a4b946 ispell: 3.4.00 -> 3.4.04 2021-08-07 01:56:05 +00:00
Moritz Hedtke 8242356aba
ispell: switch to working src url 2021-08-05 17:03:41 +02:00
Tadeo Kondrak 02fe8cbd31
ispell: fix hash and drop patches
This was added only to build hunspellDicts.de_DE: [1]
The patches came from an older PR (taken from Debian): [2]
but aren't needed to build the dictionary.

[1]: https://github.com/NixOS/nixpkgs/pull/36155
[2]: https://github.com/NixOS/nixpkgs/pull/3320
2021-02-08 12:33:30 -07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Tadeo Kondrak 8dec5e6224
ispell: 3.3.02 -> 3.4.00 2019-08-31 13:35:46 -06:00
Sebastien Maret aa68838ea7 ispell: use optionalString instead of a bash conditional 2018-06-14 01:13:10 +02:00
Sebastien Maret 9f00b07aa4 ispell: fix compilation on Darwin
Closes #41948.
2018-06-14 00:52:25 +02:00
Benno Fünfstück 379317a778 ispell: init at 3.3.02 2018-03-01 23:54:04 +01:00