nixpkgs/pkgs/development/libraries/libdigidocpp
Klemens Nanni ea62d92f63 libdigidocpp: Replace wrap with rpath addition
libdigidocpp.so itself contains the code to load the PKCS#11 module,
not digidoc-tool(1).

Wrapping `digitoc-tool`
- leaves the library broken
- is too broad (LD_LIBRARY_PATH is generic and inherited by children)
- needs an extra wrapper script (introducing subtle changes on its own)

Considering how dlopen(3) prefers the calling object's DT_RUNPATH,
simply amend that.
2022-06-10 05:28:05 +02:00
..
default.nix libdigidocpp: Replace wrap with rpath addition 2022-06-10 05:28:05 +02:00