Merge pull request #370 from phaer/patch-1

nodejs/sharp: add libvips dependcy
This commit is contained in:
DavHau 2022-11-13 15:39:02 +01:00 committed by GitHub
commit b22f1f57d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -666,6 +666,17 @@ in
};
};
sharp = {
add-vips = {
nativeBuildInputs = old:
old
++ [
pkgs.pkg-config
pkgs.vips
];
};
};
simple-git-hooks = {
dont-postinstall = {
buildScript = "true";