Commit Graph

30 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Raphael Robatsch
985c8dbe14 treewide: use mbedtls 3 where possible
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-07 19:58:55 +00:00
Alexander Shpilkin
02f6b12ab1 shadowsocks-libev: fix paths in pkg-config files 2022-09-07 21:49:33 +03:00
Artturin
a584822577 treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH'
f7414e2
2022-07-15 02:50:09 +03:00
ajs124
e59cb525ca maintainers: remove nfjinjing
no github account linked
2022-06-29 00:52:14 +02: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
Mario Rodas
c1d2464fdb shadowsocks-libev: 3.3.4 -> 3.3.5
https://github.com/shadowsocks/shadowsocks-libev/releases/tag/v3.3.5
2020-09-14 23:19:21 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas
86654205ee
shadowsocks-libev: 3.3.3 -> 3.3.4
Changelog: https://github.com/shadowsocks/shadowsocks-libev/releases/tag/v3.3.4
2020-01-09 20:52:00 -05:00
Mario Rodas
3f378041dd
shadowsocks-libev: 3.3.1 -> 3.3.3 2019-12-02 20:00:00 -05:00
Mario Rodas
7610e3a33c
shadowsocks-libev: 3.3.0 -> 3.3.1 2019-08-09 03:55:44 -05:00
uHOOCCOOHu
cc8152323d
shadowsocks-libev: fix shared libraries 2019-06-27 02:40:57 +08:00
Mario Rodas
f87183ad85
shadowsocks-libev: 3.2.5 -> 3.3.0 2019-06-15 16:20:00 -05:00
Mario Rodas
099af0ece3 shadowsocks-libev: 3.2.3 -> 3.2.5 (#58650) 2019-04-02 23:30:01 +02:00
Mario Rodas
c0174f715a
shadowsocks-libev: 3.2.0 -> 3.2.3 2019-01-09 21:04:17 -05:00
Renaud
cde945a165
Merge pull request #48044 from schneefux/pkg/fetchfromgithub
treewide: Use fetchFromGitHub instead of fetchurl
2018-11-14 09:48:22 +01:00
Matthew Bauer
147ff753f5 shadowsocks-libev: set install name correctly
This avoids having to invoke install_name_tool.
2018-11-06 19:58:20 -06:00
schneefux
027ee440b5 shadowsocks-libev: use fetchFromGitHub instead of fetchgit 2018-10-08 13:34:47 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Mario Rodas
76f6dc1772 shadowsocks-libev: supports darwin (#41421) 2018-06-03 22:20:21 +02:00
Orivej Desh
e62bf6dda4 shadowsocks-libev: 3.1.3 -> 3.2.0
Fixes build with CMake 3.11.
2018-05-30 19:41:34 +00:00
Nikolay Amiantov
ee7351d889 shadowsocks-libev: 2.5.5 -> 3.1.3 2018-04-13 13:39:20 +03:00
Jinjing Wang
29191da7a0 shadowsocks-libev: 2.5.0 -> 2.5.5 2016-10-16 22:41:50 +08:00
Jinjing Wang
3b45449f69 shadowsocks-libev: 2.4.8 -> 2.5.0 2016-09-03 15:49:14 +08:00
Tuomas Tynkkynen
3a762ef967 shadowsocks-libev: Fix 'lib.optional' use
Produces buildInputs having lists of lists.
2016-08-30 23:00:13 +03:00
Jinjing Wang
c8f535b452 shadowsocks-libev: 2.4.7 -> 2.4.8 (#17366) 2016-07-30 01:20:56 +01:00
Franz Pletz
f1f6dc9b87 shadowsocks-libev: polarssl is now called mbedtls 2016-07-10 10:26:14 +02:00
Jinjing Wang
4bc528ce28 shadowsocks-libev: 2.4.6 -> 2.4.7 2016-06-09 09:51:07 +08:00
Jinjing Wang
9dd9477588 shadowsocks-libev: 2.4.5 -> 2.4.6 2016-05-11 21:10:23 +08:00
Jinjing Wang
6f466c9dad shadowsocks-libev: init at 2.4.5 2016-02-19 20:58:12 +08:00