nixpkgs/pkgs/by-name/ca/canon-cups-ufr2
Daniel S. Smetana 3ce3d5b240 canon-cups-ufr2: fix color printing issues
This commit resolves https://github.com/NixOS/nixpkgs/issues/310013 by
adding the required `libjpeg` and `libgcrypt` libraries. It sets
`dontPatchELF = true` to prevent `patchelf --shrink-rpath` from removing
these libraries from the `RPATH`. This is necessary because the driver
binaries use `dlopen` to load the libraries at runtime instead of
specifying them in `DT_NEEDED`, which causes `dlopen` to be unable to
find them when `patchelf --shrink-rpath` is called.
2024-11-12 15:07:21 +09:00
..
package.nix canon-cups-ufr2: fix color printing issues 2024-11-12 15:07:21 +09:00