forked from mirrors/nixpkgs
KDE Applications 20.12.3 -> KDE Gear 21.04.0
This commit is contained in:
parent
912c8262b4
commit
799f351997
|
@ -8,7 +8,7 @@ let
|
|||
cfg = xcfg.desktopManager.plasma5;
|
||||
|
||||
libsForQt5 = pkgs.plasma5Packages;
|
||||
inherit (libsForQt5) kdeApplications kdeFrameworks plasma5;
|
||||
inherit (libsForQt5) kdeGear kdeFrameworks plasma5;
|
||||
inherit (pkgs) writeText;
|
||||
|
||||
pulseaudio = config.hardware.pulseaudio;
|
||||
|
@ -213,7 +213,7 @@ in
|
|||
|
||||
environment.systemPackages =
|
||||
with libsForQt5;
|
||||
with plasma5; with kdeApplications; with kdeFrameworks;
|
||||
with plasma5; with kdeGear; with kdeFrameworks;
|
||||
[
|
||||
frameworkintegration
|
||||
kactivities
|
||||
|
|
|
@ -1 +1 @@
|
|||
WGET_ARGS=( http://download.kde.org/stable/release-service/20.12.3/src -A '*.tar.xz' )
|
||||
WGET_ARGS=( http://download.kde.org/stable/release-service/21.04.0/src -A '*.tar.xz' )
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -35,17 +35,17 @@ let
|
|||
};
|
||||
in (lib.makeOverridable mkPlasma5 attrs);
|
||||
|
||||
kdeApplications = let
|
||||
mkApplications = import ../applications/kde;
|
||||
kdeGear = let
|
||||
mkGear = import ../applications/kde;
|
||||
attrs = {
|
||||
inherit libsForQt5;
|
||||
inherit (pkgs) lib fetchurl;
|
||||
};
|
||||
in (lib.makeOverridable mkApplications attrs);
|
||||
in (lib.makeOverridable mkGear attrs);
|
||||
|
||||
in (kdeFrameworks // plasma5 // plasma5.thirdParty // kdeApplications // qt5 // {
|
||||
in (kdeFrameworks // plasma5 // plasma5.thirdParty // kdeGear // qt5 // {
|
||||
|
||||
inherit kdeFrameworks plasma5 kdeApplications qt5;
|
||||
inherit kdeFrameworks plasma5 kdeGear qt5;
|
||||
|
||||
### LIBRARIES
|
||||
|
||||
|
|
Loading…
Reference in a new issue