tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
plasma53.plasma-workspace: fix path to kapplymousetheme
Thomas Tuegel
10 years ago
2faa29d1
9899ce47
+6
-2
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
plasma-5.3
default.nix
+6
-2
pkgs/desktops/plasma-5.3/default.nix
···
12
# make a copy of this directory first. After copying, be sure to delete ./tmp
13
# if it exists. Then follow the minor update instructions.
14
15
-
{ pkgs, newScope, kf5 ? null, qt5 ? null, debug ? false }:
16
17
let inherit (pkgs) autonix stdenv symlinkJoin; in
18
19
with autonix; let inherit (stdenv) lib; in
20
21
let
0
22
kf5_ = if kf5 != null then kf5 else pkgs.kf510;
23
qt5_ = if qt5 != null then qt5 else pkgs.qt54;
24
in
25
26
let
27
28
-
qt5 = qt5_;
29
kf5 = kf5_.override { inherit debug qt5; };
0
30
31
kdePackage = name: pkg:
32
let defaultOverride = drv: drv // {
···
113
mobilebroadbandproviderinfo = mobile_broadband_provider_info;
114
mtp = libmtp;
115
pulseaudio = libpulseaudio;
0
116
shareddesktopontologies = shared_desktop_ontologies;
117
sharedmimeinfo = shared_mime_info;
118
usb = libusb;
···
213
inherit (scope) kconfig kinit kservice qt5tools;
214
inherit (scope.xorg) mkfontdir xmessage xprop xrdb xset xsetroot;
215
dbus_tools = scope.dbus.tools;
0
216
postPatch = ''
217
substituteInPlace startkde/kstartupconfig/kstartupconfig.cpp \
218
--replace kdostartupconfig5 $out/bin/kdostartupconfig5
···
12
# make a copy of this directory first. After copying, be sure to delete ./tmp
13
# if it exists. Then follow the minor update instructions.
14
15
+
{ pkgs, newScope, kdeApps ? null, kf5 ? null, qt5 ? null, debug ? false }:
16
17
let inherit (pkgs) autonix stdenv symlinkJoin; in
18
19
with autonix; let inherit (stdenv) lib; in
20
21
let
22
+
kdeApps_ = if kdeApps != null then kdeApps else pkgs.kdeApps_15_04;
23
kf5_ = if kf5 != null then kf5 else pkgs.kf510;
24
qt5_ = if qt5 != null then qt5 else pkgs.qt54;
25
in
26
27
let
28
29
+
kdeApps = kdeApps_.override { inherit debug kf5 qt5; plasma5 = self; };
30
kf5 = kf5_.override { inherit debug qt5; };
31
+
qt5 = qt5_;
32
33
kdePackage = name: pkg:
34
let defaultOverride = drv: drv // {
···
115
mobilebroadbandproviderinfo = mobile_broadband_provider_info;
116
mtp = libmtp;
117
pulseaudio = libpulseaudio;
118
+
qalculate = libqalculate;
119
shareddesktopontologies = shared_desktop_ontologies;
120
sharedmimeinfo = shared_mime_info;
121
usb = libusb;
···
216
inherit (scope) kconfig kinit kservice qt5tools;
217
inherit (scope.xorg) mkfontdir xmessage xprop xrdb xset xsetroot;
218
dbus_tools = scope.dbus.tools;
219
+
kde_workspace = kdeApps.kde-workspace;
220
postPatch = ''
221
substituteInPlace startkde/kstartupconfig/kstartupconfig.cpp \
222
--replace kdostartupconfig5 $out/bin/kdostartupconfig5