mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
parent
0fd0632bc5
commit
67074445e8
@ -9,15 +9,24 @@
|
||||
, kcoreaddons
|
||||
, kdbusaddons
|
||||
, ki18n
|
||||
, kio
|
||||
, kirigami2
|
||||
, knotifications
|
||||
, kpeople
|
||||
, libphonenumber
|
||||
, libselinux
|
||||
, libsepol
|
||||
, modemmanager-qt
|
||||
, pcre
|
||||
, plasma-wayland-protocols
|
||||
, protobuf
|
||||
, pulseaudio-qt
|
||||
, qtfeedback
|
||||
, qtmpris
|
||||
, qtquickcontrols2
|
||||
, util-linux
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
@ -34,17 +43,31 @@ mkDerivation rec {
|
||||
kcoreaddons
|
||||
kdbusaddons
|
||||
ki18n
|
||||
kio
|
||||
kirigami2
|
||||
knotifications
|
||||
kpeople
|
||||
libphonenumber
|
||||
libselinux
|
||||
libsepol
|
||||
modemmanager-qt
|
||||
pcre
|
||||
plasma-wayland-protocols
|
||||
protobuf # Needed by libphonenumber
|
||||
pulseaudio-qt
|
||||
qtfeedback
|
||||
qtmpris
|
||||
qtquickcontrols2
|
||||
util-linux
|
||||
wayland
|
||||
wayland-protocols
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace plasma-dialer/org.kde.phone.dialer.desktop \
|
||||
--replace "/usr/bin/" "$out/bin/"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Dialer for Plasma Mobile";
|
||||
homepage = "https://invent.kde.org/plasma-mobile/plasma-dialer";
|
||||
|
Loading…
Reference in New Issue
Block a user