cinnamon.cinnamon-control-center: init at 4.4.0

This commit is contained in:
Maciej Krüger
2020-01-25 02:32:51 +01:00
parent 2932d787ec
commit 741b284408
2 changed files with 125 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
{ pkgs, lib }:
lib.makeScope pkgs.newScope (self: with self; {
cinnamon-control-center = callPackage ./cinnamon-control-center { };
cinnamon-desktop = callPackage ./cinnamon-desktop { };
cinnamon-menus = callPackage ./cinnamon-menus { };
cinnamon-translations = callPackage ./cinnamon-translations { };