From d1fa81f702eace731ee282012d5e22186c6328ef Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Sat, 1 Oct 2022 01:52:54 -0400 Subject: [PATCH] plasma-nm: Build mobile parts too Looking at the implementation, I don't think they'd be a problem on stock Plasma. --- pkgs/desktops/plasma-5/plasma-nm/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/desktops/plasma-5/plasma-nm/default.nix b/pkgs/desktops/plasma-5/plasma-nm/default.nix index 54c8079cf5f4..9bbb3f153b72 100644 --- a/pkgs/desktops/plasma-5/plasma-nm/default.nix +++ b/pkgs/desktops/plasma-5/plasma-nm/default.nix @@ -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;