thelounge: init node package at v3.0.1

This commit is contained in:
Mrmaxmeier 2019-07-22 18:51:56 +02:00
parent f99063f6a1
commit a37b32bc8f
3 changed files with 7 additions and 0 deletions

View File

@ -125,4 +125,8 @@ nodePackages // {
nodePackages.node-pre-gyp
];
};
thelounge = nodePackages.thelounge.override {
buildInputs = [ nodePackages.node-pre-gyp ];
};
}

View File

@ -127,6 +127,7 @@
, "textlint-rule-terminology"
, "textlint-rule-unexpanded-acronym"
, "textlint-rule-write-good"
, "thelounge"
, "three"
, "tiddlywiki"
, "triton"

View File

@ -6262,6 +6262,8 @@ in
theharvester = callPackage ../tools/security/theharvester { };
inherit (nodePackages) thelounge;
thefuck = python3Packages.callPackage ../tools/misc/thefuck { };
thin-provisioning-tools = callPackage ../tools/misc/thin-provisioning-tools { };