Lazy Loading & Pagination, Alpha Channel -> White Conversion, Add Height & Width to DB & API
This commit is contained in:
@@ -1,5 +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')
|
||||
PKG1=$(find /nix/store/*/lib/pkgconfig/* -name 'vips.pc' | sed 's/vips\.pc$//')
|
||||
PKG2=$(find /nix/store/*/lib/pkgconfig/* -name 'gobject-2.0.pc' | sed 's/gobject-2.0\.pc$//')
|
||||
|
||||
export PKG_CONFIG_PATH=$PKG1:$PKG2
|
||||
|
||||
Reference in New Issue
Block a user