Commit Graph

18 Commits (947e443e02acc92200e45c568d2e4787242da6f2)

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Sandro 747ead1c74
Merge pull request #104291 from bbigras/nuspell
nuspell: 4.0.1 -> 4.2.0
2020-12-22 09:41:13 +01:00
Mario Rodas 4a8ed1661d nuspell: add platforms 2020-12-20 04:20:00 +00:00
Bruno Bigras ffb10aa887 nuspell: 4.0.1 -> 4.2.0 2020-12-14 09:45:24 -05:00
Bruno Bigras bbf6b23990 nuspell: 4.0.0 -> 4.0.1 2020-11-08 02:29:47 -05:00
Masanori Ogino 0075ec3ffa nuspell: 3.1.2 -> 4.0.0, fix license
The license of Nuspell is not GPL-3.0-only but LGPL-3.0-or-later.

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-24 08:23:20 +09:00
Maximilian Bosch fd2f00633c
Merge pull request #92058 from r-ryantm/auto-update/nuspell
nuspell: 3.1.1 -> 3.1.2
2020-07-03 00:20:49 +02:00
R. RyanTM 79d6d2f8e7 nuspell: 3.1.1 -> 3.1.2 2020-07-02 15:29:06 +00:00
Markus Kowalewski 59275c790e
nuspell: add license 2020-06-27 12:51:13 +02:00
R. RyanTM 004b30e592 nuspell: 3.1.0 -> 3.1.1 2020-05-06 23:09:14 -07:00
R. RyanTM 054c2113c6 nuspell: 3.0.0 -> 3.1.0 2020-04-09 06:01:29 +00:00
R. RyanTM df3bbd906a nuspell: 2.3.0 -> 3.0.0 2019-11-28 08:41:27 -08:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Franz Pletz fe9c676e99
nuspell: 2.2.0 -> 2.3.0 2019-08-12 19:53:54 +02:00
Franz Pletz 7c0e94c5d0
nuspell: 2.1.0 -> 2.2.0 2019-04-02 12:02:40 +02:00
Franz Pletz 5b1ed0c62f
nuspell: init at 2.1.0 2019-02-03 13:24:31 +01:00