fast-cli: add reference to all-packages.nix

fixes #27375
This commit is contained in:
Jörg Thalheim 2017-07-14 07:17:13 +01:00
parent 85070e1df1
commit ab87dc585d

View File

@ -985,6 +985,10 @@ with pkgs;
fastJson = callPackage ../development/libraries/fastjson { };
fast-cli = nodePackages.fast-cli.overrideDerivation (old: {
buildInputs = old.buildInputs ++ [phantomjs2];
});
filebench = callPackage ../tools/misc/filebench { };
fsmon = callPackage ../tools/misc/fsmon { };