mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #132052 from andersk/vk-cli-zulip-dependency
This commit is contained in:
commit
be88f168ac
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue