mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 14:31:55 +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 = {
|
||||
dont-postinstall = {
|
||||
buildScript = "true";
|
||||
|
Loading…
Reference in New Issue
Block a user