From 08a9e31c42b8df70debc1b0d2366f9cda64428ce Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Mon, 19 Mar 2018 17:39:04 +0100 Subject: 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 --- pkgs/top-level/all-packages.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pkgs/top-level') 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; }; -- cgit 1.4.1