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 {
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
buildInputs = with pkgs; [
|
||||
# sharp, dep list:
|
||||
# http://sharp.pixelplumbing.com/en/stable/install/
|
||||
cairo expat fontconfig freetype fribidi gettext giflib
|
||||
glib harfbuzz lcms libcroco libexif libffi libgsf
|
||||
libjpeg_turbo libpng librsvg libtiff vips
|
||||
libwebp libxml2 pango pixman zlib
|
||||
# required by sharp
|
||||
# https://sharp.pixelplumbing.com/install
|
||||
vips
|
||||
|
||||
nodePackages.node-pre-gyp
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user