From dc7662a050d85e5f48c3ac4343f33a89d6cfc3dc Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 19 Jun 2025 17:25:56 +0300 Subject: [PATCH] snx-rs: clean up Literally none of this is actually necessary. --- pkgs/by-name/sn/snx-rs/package.nix | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/pkgs/by-name/sn/snx-rs/package.nix b/pkgs/by-name/sn/snx-rs/package.nix index 2c42c4dfdedc..bff98d0f0b97 100644 --- a/pkgs/by-name/sn/snx-rs/package.nix +++ b/pkgs/by-name/sn/snx-rs/package.nix @@ -2,19 +2,11 @@ fetchFromGitHub, glib, gtk4, - iproute2, kdePackages, lib, - libappindicator, - libappindicator-gtk2, - libappindicator-gtk3, - libayatana-appindicator, - libsoup_3, openssl, pkg-config, - qt6, rustPlatform, - webkitgtk_4_1, wrapGAppsHook4, graphene, nix-update-script, @@ -34,9 +26,7 @@ rustPlatform.buildRustPackage rec { passthru.updateScript = nix-update-script { }; nativeBuildInputs = [ - iproute2 pkg-config - qt6.wrapQtAppsHook wrapGAppsHook4 ]; @@ -44,13 +34,7 @@ rustPlatform.buildRustPackage rec { glib gtk4 kdePackages.kstatusnotifieritem - libappindicator - libappindicator-gtk2 - libappindicator-gtk3 - libayatana-appindicator - libsoup_3 openssl - webkitgtk_4_1 graphene ]; @@ -70,12 +54,6 @@ rustPlatform.buildRustPackage rec { versionCheckProgram = "${placeholder "out"}/bin/snx-rs"; versionCheckProgramArg = "--version"; - preFixup = '' - qtWrapperArgs+=("''${gappsWrapperArgs[@]}") - ''; - - dontWrapGApps = true; - meta = { description = "Open source Linux client for Checkpoint VPN tunnels"; homepage = "https://github.com/ancwrd1/snx-rs";