vk-cli: Remove zulip dependency

zulip is an application; it does not have any libraries.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2021-07-30 02:46:45 -07:00
parent 303e44b3c1
commit 00d5259f5e

View file

@ -2,7 +2,6 @@
, lib , lib
, fetchurl , fetchurl
, curl , curl
, zulip
, p7zip , p7zip
, glibc , glibc
, ncurses , ncurses
@ -42,7 +41,7 @@ stdenv.mkDerivation rec {
postFixup = '' postFixup = ''
patchelf $out/bin/vk-cli \ patchelf $out/bin/vk-cli \
--set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \ --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; { meta = with lib; {