This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/init_pkg_config_path

6 lines
177 B
Plaintext
Executable File

# nix-env -i vips
PKG1=$(find /nix/store/*/lib/pkgconfig/* -name 'vips.pc')
PKG2=$(find /nix/store/*/lib/pkgconfig/* -name 'gobject-2.0.pc')
export PKG_CONFIG_PATH=$PKG1:$PKG2