From 05649cdfa5cdeb072fbcf92f892a00665a6fefe3 Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 24 May 2025 13:52:15 +0300 Subject: [PATCH] turbovnc: remove zlib reference It gets picked up by refscan otherwise --- pkgs/tools/admin/turbovnc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/turbovnc/default.nix b/pkgs/tools/admin/turbovnc/default.nix index 331b71dc25d5..16107caa1e0a 100644 --- a/pkgs/tools/admin/turbovnc/default.nix +++ b/pkgs/tools/admin/turbovnc/default.nix @@ -122,7 +122,7 @@ stdenv.mkDerivation (finalAttrs: { # `-DTVNC_ZLIBNG=0`, the above logic seems to imply that it looks # for normal zlib as well, and the `./configure` output prints # -- zlib-ng disabled (TVNC_ZLIBNG = 0) - # -- Found ZLIB: /nix/store/srby6wmvg7dp454pwb6qvaxdiri38sc1-zlib-1.3.1/lib/libz.so (found version "1.3.1") + # -- Found ZLIB: /nix/store/<...>/lib/libz.so (found version "1.3.1") # so that seems to use normal `zlib`, even though it's not declared # as a dependency here (probably it's part of `stdenv`). # So for now, we use TruboVNC's in-tree `zlib-ng`.