deepin: add meta package for the Deepin Desktop Environment (DDE)
This commit is contained in:
parent
565f22d27a
commit
6717617247
10
pkgs/desktops/deepin/default.nix
Normal file
10
pkgs/desktops/deepin/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ pkgs, newScope }:
|
||||
|
||||
let
|
||||
callPackage = newScope self;
|
||||
|
||||
self = rec {
|
||||
|
||||
};
|
||||
|
||||
in self
|
@ -19201,6 +19201,8 @@ with pkgs;
|
||||
|
||||
clearlooks-phenix = callPackage ../misc/themes/clearlooks-phenix { };
|
||||
|
||||
deepin = recurseIntoAttrs (callPackage ../desktops/deepin { });
|
||||
|
||||
enlightenment = recurseIntoAttrs (callPackage ../desktops/enlightenment {
|
||||
callPackage = newScope pkgs.enlightenment;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user