lxqt: init at 0.11

This commit is contained in:
José Romildo Malaquias
2016-10-06 08:02:34 -03:00
parent 2fdda9ce04
commit 3b7a6f9c29
2 changed files with 13 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{ pkgs, newScope, fetchFromGitHub }:
let
callPackage = newScope self;
self = rec {
# For compiling information, see:
# - https://github.com/lxde/lxqt/wiki/Building-from-source
in self
+2
View File
@@ -16053,6 +16053,8 @@ in
in makeOverridable makePackages extra;
lxqt = recurseIntoAttrs (callPackage ../desktops/lxqt { });
mate = recurseIntoAttrs (callPackage ../desktops/mate {
callPackage = newScope pkgs.mate;
});