lxqt: init at 0.11
This commit is contained in:
parent
2fdda9ce04
commit
3b7a6f9c29
11
pkgs/desktops/lxqt/default.nix
Normal file
11
pkgs/desktops/lxqt/default.nix
Normal 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
|
@ -16053,6 +16053,8 @@ in
|
|||||||
|
|
||||||
in makeOverridable makePackages extra;
|
in makeOverridable makePackages extra;
|
||||||
|
|
||||||
|
lxqt = recurseIntoAttrs (callPackage ../desktops/lxqt { });
|
||||||
|
|
||||||
mate = recurseIntoAttrs (callPackage ../desktops/mate {
|
mate = recurseIntoAttrs (callPackage ../desktops/mate {
|
||||||
callPackage = newScope pkgs.mate;
|
callPackage = newScope pkgs.mate;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user