summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-01-18 14:50:41 -0500
committerGitHub <noreply@github.com>2020-01-18 14:50:41 -0500
commitffcfb80781fc8c34404ffddb6f06b817a21ace07 (patch)
tree489f40d527535564fc10f51f68a33ff0b062a3ac /pkgs/top-level
parentaa92851f778defaf0a3eba297a3946134e3738dc (diff)
parent29bb16a9cd00d48949e5a4eec5029c9bb2544d1f (diff)
downloadnixpkgs-ffcfb80781fc8c34404ffddb6f06b817a21ace07.tar
nixpkgs-ffcfb80781fc8c34404ffddb6f06b817a21ace07.tar.gz
nixpkgs-ffcfb80781fc8c34404ffddb6f06b817a21ace07.tar.bz2
nixpkgs-ffcfb80781fc8c34404ffddb6f06b817a21ace07.tar.lz
nixpkgs-ffcfb80781fc8c34404ffddb6f06b817a21ace07.tar.xz
nixpkgs-ffcfb80781fc8c34404ffddb6f06b817a21ace07.tar.zst
nixpkgs-ffcfb80781fc8c34404ffddb6f06b817a21ace07.zip
Merge pull request #77690 from gnidorah/way-cooler
way-cooler: Remove
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index c2019bd61c4..8882ef3c6c9 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -22049,7 +22049,8 @@ in
     pythonPackages = python3Packages;
   };
 
-  way-cooler = callPackage ../applications/window-managers/way-cooler {};
+  way-cooler = throw ("way-cooler is abandoned by its author: " +
+    "https://way-cooler.org/blog/2020/01/09/way-cooler-post-mortem.html");
 
   waypipe = callPackage ../applications/networking/remote/waypipe { };