summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2022-02-06 22:46:44 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-06 16:56:17 -0800
commitcea0fa3f7d1037f9c43c8547fce20d0f2d570566 (patch)
tree6b0679b77eb292d00f756ab000d6701f3f27685d /pkgs/top-level
parent48b409d8e2b6339edb655a01ebfee5edd0d948f0 (diff)
downloadnixpkgs-cea0fa3f7d1037f9c43c8547fce20d0f2d570566.tar
nixpkgs-cea0fa3f7d1037f9c43c8547fce20d0f2d570566.tar.gz
nixpkgs-cea0fa3f7d1037f9c43c8547fce20d0f2d570566.tar.bz2
nixpkgs-cea0fa3f7d1037f9c43c8547fce20d0f2d570566.tar.lz
nixpkgs-cea0fa3f7d1037f9c43c8547fce20d0f2d570566.tar.xz
nixpkgs-cea0fa3f7d1037f9c43c8547fce20d0f2d570566.tar.zst
nixpkgs-cea0fa3f7d1037f9c43c8547fce20d0f2d570566.zip
encryptr: remove
Encryptr has reached end-of-life as of March 4th, 2021
https://spideroak.support/hc/en-us/articles/115003945666
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix4
2 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index a9398c5d9ce..ff997524739 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -254,6 +254,7 @@ mapAliases ({
   emacsWithPackages = emacs.pkgs.withPackages; # added 2020-12-18
   emacsPackages = emacs.pkgs; # added 2020-12-18
   enblendenfuse = enblend-enfuse; # 2015-09-30
+  encryptr = throw "encryptr was removed because it reached end of life"; # added 2022-02-06
   envelope = throw "envelope has been removed from nixpkgs, as it was unmaintained."; # added 2021-08-05
   epoxy = libepoxy; # 2021-11-11
   esniper = throw "esniper has been removed because upstream no longer maintains it (and it no longer works)"; # added 2021-04-12
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7465ff1fc18..a9f4c8732a8 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1757,10 +1757,6 @@ with pkgs;
 
   emplace = callPackage ../tools/package-management/emplace { };
 
-  encryptr = callPackage ../tools/security/encryptr {
-    gconf = gnome2.GConf;
-  };
-
   enchive = callPackage ../tools/security/enchive { };
 
   enjarify = callPackage ../tools/misc/enjarify { };