joker: do not install private generators

This commit is contained in:
Orivej Desh 2017-11-04 07:03:06 +00:00
parent 49e0be1d4d
commit a167ea6875

View File

@ -17,6 +17,8 @@ buildGoPackage rec {
dontInstallSrc = true;
excludedPackages = "gen"; # Do not install private generators.
goDeps = ./deps.nix;
meta = with stdenv.lib; {