summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-03-19 17:39:04 +0100
committerRobin Gloster <mail@glob.in>2018-03-19 18:01:40 +0100
commit08a9e31c42b8df70debc1b0d2366f9cda64428ce (patch)
tree492957b35afdf127b8e012fdbe15dd8b69a9e05c /pkgs/top-level
parentb31f9c05ac368eb2f49e7e157c1269e55af480f9 (diff)
downloadnixlib-08a9e31c42b8df70debc1b0d2366f9cda64428ce.tar
nixlib-08a9e31c42b8df70debc1b0d2366f9cda64428ce.tar.gz
nixlib-08a9e31c42b8df70debc1b0d2366f9cda64428ce.tar.bz2
nixlib-08a9e31c42b8df70debc1b0d2366f9cda64428ce.tar.lz
nixlib-08a9e31c42b8df70debc1b0d2366f9cda64428ce.tar.xz
nixlib-08a9e31c42b8df70debc1b0d2366f9cda64428ce.tar.zst
nixlib-08a9e31c42b8df70debc1b0d2366f9cda64428ce.zip
zed: remove
`zed` is obviously dead and not maintained anymore
(https://zef.me/how-to-abandon-open-source-d5ebbc6e45e5).

As the last upstream commit was in 2015 we faced and will face many
issues with its dependencies due to the outdated upstream which can be
fatal when having security issues in the NodeJS ecosystem to fix.

One example is the handling of `nwjs` which is currently version `0.23`,
but `zed` relies on `0.9`. In order to reduce the maintenance overload
because of dead packages it's better to get rid of `zed` entirely.

Fixes #37361
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index bd68686cc9ce..26778bc70986 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7963,11 +7963,6 @@ with pkgs;
     gconf = pkgs.gnome2.GConf;
   };
 
-  # only kept for zed, see https://github.com/NixOS/nixpkgs/issues/37361
-  nwjs_0_9 = callPackage ../development/tools/node-webkit/nw9.nix {
-    gconf = pkgs.gnome2.GConf;
-  };
-
   # only kept for nixui, see https://github.com/matejc/nixui/issues/27
   nwjs_0_12 = callPackage ../development/tools/node-webkit/nw12.nix {
     gconf = pkgs.gnome2.GConf;
@@ -18589,10 +18584,6 @@ with pkgs;
     useMupdf = config.zathura.useMupdf or true;
   };
 
-  zed = callPackage ../applications/editors/zed {
-    node_webkit = nwjs_0_9;
-  };
-
   zeroc_ice = callPackage ../development/libraries/zeroc-ice {
     inherit (darwin.apple_sdk.frameworks) Security;
   };