3
0
Fork 0
forked from mirrors/nixpkgs

nsq: Remove benchmark utilies as they are uneeded

This commit is contained in:
William A. Kennington III 2015-09-02 18:19:47 -07:00
parent e7a783dccf
commit 4fc7619d23

View file

@ -1823,6 +1823,8 @@ let
repo = "nsq";
sha256 = "1r7jgplzn6bgwhd4vn8045n6cmm4iqbzssbjgj7j1c28zbficy2f";
excludedPackages = "bench";
buildInputs = [ go-nsq go-options semver perks toml go-hostpool timer_metrics ];
};