I’m trying to update nixpkgs/pkgs/applications/networking/remote/citrix-workspace at master · NixOS/nixpkgs · GitHub to the latest version. Building fails with:
auto-patchelf: 1 dependencies could not be satisfied
error: auto-patchelf could not satisfy dependency libpcsclite.so.1 wanted by /nix/store/mf0759wgzvny8mcnnzz6d4wb4f8dai2n-citrix-workspace-24.11.0.85/opt/citrix-icaclient/util/nfcui
auto-patchelf failed to find all the required dependencies.
I noticed before in the log it says:
'runtime_dependencies': [
...
PosixPath('/nix/store/w37lb4y5qivl15yknv3fr9h0b49k2i2a-pcsclite-2.3.0/lib'),
which seems wrong because:
$ ll /nix/store/w37lb4y5qivl15yknv3fr9h0b49k2i2a-pcsclite-2.3.0/lib
total 0
dr-xr-xr-x 1 root root 12 Dec 31 1969 systemd
and it should instead be something like this:
$ ll /nix/store/vjhqpha7wibb4lz6i2swa6b7vq0795zl-pcsclite-2.3.0-lib/lib/libpcsclite.so.1
-r-xr-xr-x 1 root root 16952 Dec 31 1969 /nix/store/vjhqpha7wibb4lz6i2swa6b7vq0795zl-pcsclite-2.3.0-lib/lib/libpcsclite.so.1
Any pointers on how to fix?