summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authoreyJhb <eyjhbb@gmail.com>2019-02-23 22:33:22 +0100
committerWael Nasreddine <wael.nasreddine@gmail.com>2019-02-23 13:33:22 -0800
commitfae3c6fb9efb4a742d706a18a82087870720f3e0 (patch)
tree51825c7702bb55a6306c9edcc7e35e1489724547 /pkgs/top-level
parent161122ffee8dd52ba61ff691e3ae7299d315b885 (diff)
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`.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 47d455b04ffe..110017a0d125 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -958,7 +958,11 @@ in
bluemix-cli = callPackage ../tools/admin/bluemix-cli { };
- charles = callPackage ../applications/networking/charles { };
+ charles = charles4;
+ inherit (callPackage ../applications/networking/charles {})
+ charles3
+ charles4
+ ;
libqmatrixclient = libsForQt5.callPackage ../development/libraries/libqmatrixclient { };