joplin: clean up dependencies
vips now propagates the requirements correctly
This commit is contained in:
parent
3aa9d99a0a
commit
699b2d40c9
1 changed files with 3 additions and 6 deletions
|
@ -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 a new issue