nodePackages.tiddlywiki: init at 5.1.17
This commit is contained in:
parent
22f35b975d
commit
cbfdce4d7b
@ -104,6 +104,7 @@
|
|||||||
, "stylus"
|
, "stylus"
|
||||||
, "svgo"
|
, "svgo"
|
||||||
, "tern"
|
, "tern"
|
||||||
|
, "tiddlywiki"
|
||||||
, "titanium"
|
, "titanium"
|
||||||
, "typescript"
|
, "typescript"
|
||||||
, "typings"
|
, "typings"
|
||||||
|
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user