From 00d5259f5e4aeed77c53e45cb1e5ea8725fef0a7 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 30 Jul 2021 02:46:45 -0700 Subject: vk-cli: Remove zulip dependency zulip is an application; it does not have any libraries. Signed-off-by: Anders Kaseorg --- pkgs/applications/networking/instant-messengers/vk-cli/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/applications/networking') diff --git a/pkgs/applications/networking/instant-messengers/vk-cli/default.nix b/pkgs/applications/networking/instant-messengers/vk-cli/default.nix index e1b3cc4f77530..bb34fd7534c95 100644 --- a/pkgs/applications/networking/instant-messengers/vk-cli/default.nix +++ b/pkgs/applications/networking/instant-messengers/vk-cli/default.nix @@ -2,7 +2,6 @@ , lib , fetchurl , curl -, zulip , p7zip , glibc , ncurses @@ -42,7 +41,7 @@ stdenv.mkDerivation rec { postFixup = '' patchelf $out/bin/vk-cli \ --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \ - --set-rpath "${lib.makeLibraryPath [ curl zulip glibc ]}" + --set-rpath "${lib.makeLibraryPath [ curl glibc ]}" ''; meta = with lib; { -- cgit 1.4.1