Commit graph

19 commits

Author SHA1 Message Date
Fabian Affolter 05996b61f7
charles: 4.6.1 -> 4.6.2 (#129863)
* charles: 4.6.1 -> 4.6.2

* Update pkgs/applications/networking/charles/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-12 04:29:09 +02:00
Sandro caf1b4f3b1
Merge pull request #117939 from victorluft/charlesupg
charles: 4.2.8 -> 4.6.1
2021-04-02 18:47:34 +02:00
Victor Luft 5bbadc0de2 charles: 4.2.8 -> 4.6.1 2021-03-29 09:41:32 -04:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +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
Doron Behar 14fb04180a charles: Use jdk8 explicitly 2020-09-19 22:56:23 +03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00: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
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM c44d5a05bd charles: 4.2.7 -> 4.2.8 (#59460) 2019-04-14 09:29:46 -07:00
eyJhb fae3c6fb9e charles: made charles 4.x/3.x available (#56159)
Charles proxy requires a license and each license is bound to the major release version. Therefore it makes sense to make the previous version available to the users. This change provides two new packages `charles3` and `charles4` and `charles` is now an alias for `charles4`.
2019-02-23 13:33:22 -08:00
Wael Nasreddine 453b869876 charles: 4.2.6 -> 4.2.7 (#46631) 2018-09-15 02:08:19 +02:00
Wael M. Nasreddine d212160762 remove useless flags 2018-07-13 23:19:52 -07:00
Wael M. Nasreddine b24e4e6493 fix the java.library.path 2018-07-13 23:18:51 -07:00
Wael M. Nasreddine 137b4ffbb9 address volth comments 2018-07-13 23:17:31 -07:00
Wael M. Nasreddine fdf7402e3a simplify the build phase 2018-07-13 22:28:27 -07:00
Wael M. Nasreddine f3bf0026a2 charles: init at 4.2.6 2018-07-13 16:11:43 -07:00