gpclient: restore gpgui.desktop for globalprotectcallback scheme handler (#533262)

This commit is contained in:
Michael Daniels
2026-06-19 17:30:54 +00:00
committed by GitHub
+5
View File
@@ -131,6 +131,11 @@ rustPlatform.buildRustPackage {
cp -r packaging/files/usr/lib $out/lib
substituteInPlace $out/lib/NetworkManager/dispatcher.d/pre-down.d/gpclient.down \
--replace-fail /usr/bin/gpclient $out/bin/gpclient
install -Dm644 packaging/files/usr/share/applications/gpgui.desktop \
$out/share/applications/gpgui.desktop
substituteInPlace $out/share/applications/gpgui.desktop \
--replace-fail /usr/bin/gpclient $out/bin/gpclient
'';
postFixup = ''