Merge pull request #44699 from yrashk/tiddlywiki

nodePackages.tiddlywiki: init at 5.1.17
This commit is contained in:
Matthew Bauer 2018-08-15 19:41:22 -05:00 committed by GitHub
commit 6e094cb4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

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

View File

@ -46970,6 +46970,23 @@ in
production = true;
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 {
name = "titanium";
packageName = "titanium";