vk-cli: Remove zulip dependency

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

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
launchpad/nixpkgs/master
Anders Kaseorg 3 years ago
parent 303e44b3c1
commit 00d5259f5e
  1. 3
      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; {

Loading…
Cancel
Save