parent
0fd0632bc5
commit
67074445e8
1 changed files with 23 additions and 0 deletions
|
@ -9,15 +9,24 @@
|
||||||
, kcoreaddons
|
, kcoreaddons
|
||||||
, kdbusaddons
|
, kdbusaddons
|
||||||
, ki18n
|
, ki18n
|
||||||
|
, kio
|
||||||
, kirigami2
|
, kirigami2
|
||||||
, knotifications
|
, knotifications
|
||||||
, kpeople
|
, kpeople
|
||||||
, libphonenumber
|
, libphonenumber
|
||||||
|
, libselinux
|
||||||
|
, libsepol
|
||||||
, modemmanager-qt
|
, modemmanager-qt
|
||||||
|
, pcre
|
||||||
|
, plasma-wayland-protocols
|
||||||
, protobuf
|
, protobuf
|
||||||
|
, pulseaudio-qt
|
||||||
, qtfeedback
|
, qtfeedback
|
||||||
, qtmpris
|
, qtmpris
|
||||||
, qtquickcontrols2
|
, qtquickcontrols2
|
||||||
|
, util-linux
|
||||||
|
, wayland
|
||||||
|
, wayland-protocols
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
|
@ -34,17 +43,31 @@ mkDerivation rec {
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
ki18n
|
ki18n
|
||||||
|
kio
|
||||||
kirigami2
|
kirigami2
|
||||||
knotifications
|
knotifications
|
||||||
kpeople
|
kpeople
|
||||||
libphonenumber
|
libphonenumber
|
||||||
|
libselinux
|
||||||
|
libsepol
|
||||||
modemmanager-qt
|
modemmanager-qt
|
||||||
|
pcre
|
||||||
|
plasma-wayland-protocols
|
||||||
protobuf # Needed by libphonenumber
|
protobuf # Needed by libphonenumber
|
||||||
|
pulseaudio-qt
|
||||||
qtfeedback
|
qtfeedback
|
||||||
qtmpris
|
qtmpris
|
||||||
qtquickcontrols2
|
qtquickcontrols2
|
||||||
|
util-linux
|
||||||
|
wayland
|
||||||
|
wayland-protocols
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace plasma-dialer/org.kde.phone.dialer.desktop \
|
||||||
|
--replace "/usr/bin/" "$out/bin/"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Dialer for Plasma Mobile";
|
description = "Dialer for Plasma Mobile";
|
||||||
homepage = "https://invent.kde.org/plasma-mobile/plasma-dialer";
|
homepage = "https://invent.kde.org/plasma-mobile/plasma-dialer";
|
||||||
|
|
Loading…
Reference in a new issue