citrix_workspace: remove unused fixup phase

libtiff is not a dependency anymore, anyway...
This commit is contained in:
Wolfgang Walther
2026-01-10 01:18:29 -06:00
committed by Austin Horstman
parent 4547216587
commit 08d273674d
@@ -324,12 +324,6 @@ stdenv.mkDerivation rec {
# Make sure that `autoPatchelfHook` is executed before
# running `ctx_rehash`.
dontAutoPatchelf = true;
preFixup = ''
find $out/opt/citrix-icaclient/lib -name "libopencv_imgcodecs.so.*" | while read -r fname; do
# lib needs libtiff.so.5, but nixpkgs provides libtiff.so.6
patchelf --replace-needed libtiff.so.5 libtiff.so $fname
done
'';
postFixup = ''
autoPatchelf -- "$out"
$out/opt/citrix-icaclient/util/ctx_rehash