mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
joplin: clean up dependencies
vips now propagates the requirements correctly
This commit is contained in:
parent
3aa9d99a0a
commit
699b2d40c9
@ -115,12 +115,9 @@ nodePackages // {
|
|||||||
joplin = nodePackages.joplin.override {
|
joplin = nodePackages.joplin.override {
|
||||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
# sharp, dep list:
|
# required by sharp
|
||||||
# http://sharp.pixelplumbing.com/en/stable/install/
|
# https://sharp.pixelplumbing.com/install
|
||||||
cairo expat fontconfig freetype fribidi gettext giflib
|
vips
|
||||||
glib harfbuzz lcms libcroco libexif libffi libgsf
|
|
||||||
libjpeg_turbo libpng librsvg libtiff vips
|
|
||||||
libwebp libxml2 pango pixman zlib
|
|
||||||
|
|
||||||
nodePackages.node-pre-gyp
|
nodePackages.node-pre-gyp
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user