6 lines
177 B
Plaintext
Executable File
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
|