mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-24 15:01:56 +03:00
Merge pull request #370 from phaer/patch-1
nodejs/sharp: add libvips dependcy
This commit is contained in:
commit
b22f1f57d4
@ -666,6 +666,17 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sharp = {
|
||||||
|
add-vips = {
|
||||||
|
nativeBuildInputs = old:
|
||||||
|
old
|
||||||
|
++ [
|
||||||
|
pkgs.pkg-config
|
||||||
|
pkgs.vips
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
simple-git-hooks = {
|
simple-git-hooks = {
|
||||||
dont-postinstall = {
|
dont-postinstall = {
|
||||||
buildScript = "true";
|
buildScript = "true";
|
||||||
|
Loading…
Reference in New Issue
Block a user