about summary refs log tree commit diff
path: root/pkgs/applications/networking/clash-verge
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-10 18:21:30 -0500
committerNick Cao <nickcao@nichi.co>2023-11-10 18:24:02 -0500
commitf398f6c38fe54d723e1afce28139a869dc79dbca (patch)
tree0af48673d2cc4545b0e06b360a0f521456b4a730 /pkgs/applications/networking/clash-verge
parent35362217029be9ac33b5a2186929c0adaee42bb6 (diff)
clash: drop as upstream has gone
Diffstat (limited to 'pkgs/applications/networking/clash-verge')
-rw-r--r--pkgs/applications/networking/clash-verge/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/clash-verge/default.nix b/pkgs/applications/networking/clash-verge/default.nix
index 82a31f3e5e2b7..f83583283d4f2 100644
--- a/pkgs/applications/networking/clash-verge/default.nix
+++ b/pkgs/applications/networking/clash-verge/default.nix
@@ -4,7 +4,6 @@
 , dpkg
 , wrapGAppsHook
 , autoPatchelfHook
-, clash
 , clash-meta
 , openssl
 , webkitgtk
@@ -49,7 +48,6 @@ stdenv.mkDerivation rec {
   '';
 
   postFixup = ''
-    ln -s ${lib.getExe clash} $out/bin/clash
     ln -s ${lib.getExe clash-meta} $out/bin/clash-meta
   '';