thelounge: init node package at v3.0.1
This commit is contained in:
parent
f99063f6a1
commit
a37b32bc8f
@ -125,4 +125,8 @@ nodePackages // {
|
|||||||
nodePackages.node-pre-gyp
|
nodePackages.node-pre-gyp
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
thelounge = nodePackages.thelounge.override {
|
||||||
|
buildInputs = [ nodePackages.node-pre-gyp ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -127,6 +127,7 @@
|
|||||||
, "textlint-rule-terminology"
|
, "textlint-rule-terminology"
|
||||||
, "textlint-rule-unexpanded-acronym"
|
, "textlint-rule-unexpanded-acronym"
|
||||||
, "textlint-rule-write-good"
|
, "textlint-rule-write-good"
|
||||||
|
, "thelounge"
|
||||||
, "three"
|
, "three"
|
||||||
, "tiddlywiki"
|
, "tiddlywiki"
|
||||||
, "triton"
|
, "triton"
|
||||||
|
@ -6262,6 +6262,8 @@ in
|
|||||||
|
|
||||||
theharvester = callPackage ../tools/security/theharvester { };
|
theharvester = callPackage ../tools/security/theharvester { };
|
||||||
|
|
||||||
|
inherit (nodePackages) thelounge;
|
||||||
|
|
||||||
thefuck = python3Packages.callPackage ../tools/misc/thefuck { };
|
thefuck = python3Packages.callPackage ../tools/misc/thefuck { };
|
||||||
|
|
||||||
thin-provisioning-tools = callPackage ../tools/misc/thin-provisioning-tools { };
|
thin-provisioning-tools = callPackage ../tools/misc/thin-provisioning-tools { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user