summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorBenjamin Staffin <bstaffin@singlestore.com>2020-12-23 11:17:13 -0500
committerBenjamin Staffin <bstaffin@singlestore.com>2021-01-28 13:12:47 -0500
commitb49473e6679c733f917254b786bfac42339875eb (patch)
tree15b930facf6aa6eaf71bf7a58060a8c21df4c4a5 /pkgs/top-level
parent87e7d8b37106bfb18566e56863a3e3fc18a5ff0d (diff)
insync-v3: init at 3.2.4.40856
Insync 3.0 is a full rewrite with a different feature set than the existing v1 derivation in nixpkgs. Some users need to stick with the old version, particularly those on headless/non-GUI systems. There is a headless version of v3, but that will need to be packaged separately.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index fa25f9bda81e..d9b47be7d8e2 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -24022,6 +24022,8 @@ in
insync = callPackage ../applications/networking/insync { };
+ insync-v3 = libsForQt515.callPackage ../applications/networking/insync/v3.nix { };
+
libstrangle = callPackage ../tools/X11/libstrangle {
stdenv = stdenv_32bit;
};