summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-03-28 19:38:33 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-05 20:39:11 -0400
commit120a2f30338669b0099d70eb40a8f13c9276c135 (patch)
treec7ce705dd615a871cd1182589ec6153ae0d5b3ae /pkgs/desktops/pantheon/default.nix
parent83eafe80f295ab8d30933cc546a410e6117f31f4 (diff)
downloadnixpkgs-120a2f30338669b0099d70eb40a8f13c9276c135.tar
nixpkgs-120a2f30338669b0099d70eb40a8f13c9276c135.tar.gz
nixpkgs-120a2f30338669b0099d70eb40a8f13c9276c135.tar.bz2
nixpkgs-120a2f30338669b0099d70eb40a8f13c9276c135.tar.lz
nixpkgs-120a2f30338669b0099d70eb40a8f13c9276c135.tar.xz
nixpkgs-120a2f30338669b0099d70eb40a8f13c9276c135.tar.zst
nixpkgs-120a2f30338669b0099d70eb40a8f13c9276c135.zip
pantheon.cerbere: remove
Diffstat (limited to 'pkgs/desktops/pantheon/default.nix')
-rw-r--r--pkgs/desktops/pantheon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/default.nix b/pkgs/desktops/pantheon/default.nix
index d4e6b192f20..8f9110c154b 100644
--- a/pkgs/desktops/pantheon/default.nix
+++ b/pkgs/desktops/pantheon/default.nix
@@ -99,8 +99,6 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   #### SERVICES
 
-  cerbere = callPackage ./services/cerbere { };
-
   contractor = callPackage ./services/contractor { };
 
   elementary-capnet-assist = callPackage ./services/elementary-capnet-assist { };
@@ -200,4 +198,6 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   inherit (pkgs) vala; # added 2019-10-10
 
+  cerbere = throw "Cerbere is now obsolete https://github.com/elementary/cerbere/releases/tag/2.5.1.";
+
 })