On the fly image conversion
This commit is contained in:
5
init_pkg_config_path
Executable file
5
init_pkg_config_path
Executable file
@@ -0,0 +1,5 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user