deepin: add meta package for the Deepin Desktop Environment (DDE)

This commit is contained in:
José Romildo Malaquias 2018-03-01 09:17:58 -03:00
parent 565f22d27a
commit 6717617247
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{ pkgs, newScope }:
let
callPackage = newScope self;
self = rec {
};
in self

View File

@ -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;
});