nodePackages.tiddlywiki: init at 5.1.17

This commit is contained in:
Yurii Rashkovskii 2018-08-08 16:39:30 +07:00
parent 22f35b975d
commit cbfdce4d7b
No known key found for this signature in database
GPG Key ID: 1D60D7CFD80845FF
2 changed files with 18 additions and 0 deletions

View File

@ -104,6 +104,7 @@
, "stylus" , "stylus"
, "svgo" , "svgo"
, "tern" , "tern"
, "tiddlywiki"
, "titanium" , "titanium"
, "typescript" , "typescript"
, "typings" , "typings"

View File

@ -46763,6 +46763,23 @@ in
production = true; production = true;
bypassCache = false; bypassCache = false;
}; };
tiddlywiki = nodeEnv.buildNodePackage {
name = "tiddlywiki";
packageName = "tiddlywiki";
version = "5.1.17";
src = fetchurl {
url = "https://registry.npmjs.org/tiddlywiki/-/tiddlywiki-5.1.17.tgz";
sha1 = "bd3311146ba67fb4beee9933dd2e6d55e92665ed";
};
buildInputs = globalBuildInputs;
meta = {
description = "a non-linear personal web notebook";
homepage = "https://github.com/Jermolene/TiddlyWiki5#readme";
license = "BSD";
};
production = true;
bypassCache = false;
};
titanium = nodeEnv.buildNodePackage { titanium = nodeEnv.buildNodePackage {
name = "titanium"; name = "titanium";
packageName = "titanium"; packageName = "titanium";