mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
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
|
||||
];
|
||||
};
|
||||
|
||||
thelounge = nodePackages.thelounge.override {
|
||||
buildInputs = [ nodePackages.node-pre-gyp ];
|
||||
};
|
||||
}
|
||||
|
@ -127,6 +127,7 @@
|
||||
, "textlint-rule-terminology"
|
||||
, "textlint-rule-unexpanded-acronym"
|
||||
, "textlint-rule-write-good"
|
||||
, "thelounge"
|
||||
, "three"
|
||||
, "tiddlywiki"
|
||||
, "triton"
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user