nodePackages.joplin: init, cli note-taking app

Companion to joplin-desktop!
This commit is contained in:
Will Dietz 2019-04-07 01:01:16 -05:00
parent 12db6c18f9
commit 73bfe946d6
2 changed files with 15 additions and 0 deletions

View File

@ -94,4 +94,18 @@ nodePackages // {
webtorrent-cli = nodePackages.webtorrent-cli.override { webtorrent-cli = nodePackages.webtorrent-cli.override {
buildInputs = [ nodePackages.node-gyp-build ]; buildInputs = [ nodePackages.node-gyp-build ];
}; };
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
nodePackages.node-pre-gyp
];
};
} }

View File

@ -48,6 +48,7 @@
, "indium" , "indium"
, "jake" , "jake"
, "javascript-typescript-langserver" , "javascript-typescript-langserver"
, "joplin"
, "jsdoc" , "jsdoc"
, "jshint" , "jshint"
, "json" , "json"