Skip to content

Commit 0944532

Browse files
cinnamon: remove
As the TODO says.
1 parent c4461bb commit 0944532

File tree

4 files changed

+2
-46
lines changed

4 files changed

+2
-46
lines changed

pkgs/by-name/ci/cinnamon-common/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ let
6868
requests
6969
]);
7070
in
71+
# TODO (after 25.05 branch-off): Rename to pkgs.cinnamon
7172
stdenv.mkDerivation rec {
7273
pname = "cinnamon-common";
7374
version = "6.2.9";

pkgs/desktops/cinnamon/default.nix

Lines changed: 0 additions & 44 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ mapAliases {
210210
ChowKick = chow-kick; # Added 2024-06-12
211211
CHOWTapeModel = chow-tape-model; # Added 2024-06-12
212212
chrome-gnome-shell = gnome-browser-connector; # Added 2022-07-27
213+
cinnamon = throw "The cinnamon scope has been removed and all packages have been moved to the top-level"; # Added 2024-11-25
213214
cloog = throw "cloog has been removed from Nixpkgs, as it is unmaintained and obsolete"; # Added 2024-09-13
214215
cloog_0_18_0 = throw "cloog_0_18_0 has been removed from Nixpkgs, as it is unmaintained and obsolete"; # Added 2024-09-13
215216
cloogppl = throw "cloogppl has been removed from Nixpkgs, as it is unmaintained and obsolete"; # Added 2024-09-13

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17431,8 +17431,6 @@ with pkgs;
1743117431
appls = [ prio ];
1743217432
};
1743317433

17434-
cinnamon = recurseIntoAttrs (callPackage ../desktops/cinnamon { });
17435-
1743617434
deepin = recurseIntoAttrs (callPackage ../desktops/deepin { });
1743717435

1743817436
enlightenment = recurseIntoAttrs (callPackage ../desktops/enlightenment { });

0 commit comments

Comments
 (0)