aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
Jussi Kuokkanen
8064d28a4f
pkgs/servers: remove licenses.gpl2
2024-05-23 11:49:42 +03:00
R. Ryantm
e624b4f1ae
sympa: 6.2.70 -> 6.2.72
2023-06-13 21:03:42 +00:00
R. Ryantm
d381907261
sympa: 6.2.68 -> 6.2.70
2022-11-13 01:34:18 +00:00
R. Ryantm
c446564d5d
sympa: 6.2.66 -> 6.2.68
2022-01-27 00:41:34 +00:00
R. Ryantm
281d57c938
sympa: 6.2.64 -> 6.2.66
2021-10-28 18:23:36 +00:00
AndersonTorres
713a69a199
treewide: rename perlPackages.libintl_perl -> perlPackages.libintl-perl
...
The other package managers call this package libintl-perl, and it is also the
original name.
2021-10-23 22:51:23 -03:00
R. RyanTM
2adf248676
sympa: 6.2.60 -> 6.2.64
2021-08-22 03:10:41 +00:00
Samuel Gräfenstein
c8ef61d419
sympa: remove redundant perlPackages
...
They are not needed anymore since they are built into Perl now.
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:20 +01:00
Samuel Gräfenstein
817f0fd741
perlPackages: NetLDAP -> perlldap
...
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:19 +01:00
Martin Milata
43f94415f9
sympa: 6.2.56 -> 6.2.60
...
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-29668
https://sympa-community.github.io/security/2020-003.html
ChangeLog: https://github.com/sympa-community/sympa/blob/6.2.60/NEWS.md
2021-01-16 14:31:23 +01: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
Martin Milata
31789d15c8
sympa: 6.2.54 -> 6.2.56
...
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-10936
https://sympa-community.github.io/security/2020-002.html
ChangeLog: https://github.com/sympa-community/sympa/blob/6.2.56/NEWS.md
2020-06-04 18:39:01 +02:00
Martin Milata
8f632b404f
sympa: build with --enable-fhs
...
Update module accordingly.
2020-03-24 02:32:22 +01:00
Martin Milata
adc7388930
sympa: 6.2.52 -> 6.2.54
2020-03-21 03:58:37 +01:00
Richard Marko
e39d7fab27
sympa: init at 6.2.52
2020-02-07 22:54:23 +01:00