joplin: clean up dependencies

vips now propagates the requirements correctly
This commit is contained in:
Jan Tojnar 2020-03-04 01:35:17 +01:00
parent 3aa9d99a0a
commit 699b2d40c9
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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
];