File tree Expand file tree Collapse file tree 4 files changed +2
-46
lines changed
by-name/ci/cinnamon-common Expand file tree Collapse file tree 4 files changed +2
-46
lines changed Original file line number Diff line number Diff line change 6868 requests
6969 ] ) ;
7070in
71+ # TODO (after 25.05 branch-off): Rename to pkgs.cinnamon
7172stdenv . mkDerivation rec {
7273 pname = "cinnamon-common" ;
7374 version = "6.2.9" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 { });
You can’t perform that action at this time.
0 commit comments