parent
85070e1df1
commit
ab87dc585d
@ -985,6 +985,10 @@ with pkgs;
|
|||||||
|
|
||||||
fastJson = callPackage ../development/libraries/fastjson { };
|
fastJson = callPackage ../development/libraries/fastjson { };
|
||||||
|
|
||||||
|
fast-cli = nodePackages.fast-cli.overrideDerivation (old: {
|
||||||
|
buildInputs = old.buildInputs ++ [phantomjs2];
|
||||||
|
});
|
||||||
|
|
||||||
filebench = callPackage ../tools/misc/filebench { };
|
filebench = callPackage ../tools/misc/filebench { };
|
||||||
|
|
||||||
fsmon = callPackage ../tools/misc/fsmon { };
|
fsmon = callPackage ../tools/misc/fsmon { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user