plasma-nm: Build mobile parts too

Looking at the implementation, I don't think they'd be a problem on
stock Plasma.
This commit is contained in:
Samuel Dionne-Riel
2022-10-14 15:44:16 -04:00
parent 67074445e8
commit d1fa81f702
@@ -23,6 +23,11 @@ mkDerivation {
modemmanager-qt networkmanager-qt qca-qt5
mobile-broadband-provider-info openconnect
];
cmakeFlags = [
"-DBUILD_MOBILE=ON"
];
patches = [
(substituteAll {
src = ./0002-openvpn-binary-path.patch;