about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-09-27 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-09-27 04:20:00 +0000
commita514f5f048b948f76cffbd6b42b08fb14670510f (patch)
tree27daa087cc1cc60def460df282eafcadde81e00c
parentcb814301193d7d9c00f76c9355965c3187ccd4aa (diff)
tegola: exclude `example` package
-rw-r--r--pkgs/servers/tegola/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/servers/tegola/default.nix b/pkgs/servers/tegola/default.nix
index e7922c767118e..ec049c6b01014 100644
--- a/pkgs/servers/tegola/default.nix
+++ b/pkgs/servers/tegola/default.nix
@@ -15,6 +15,8 @@ buildGoPackage rec {
 
   buildFlagsArray = [ "-ldflags=-s -w -X ${goPackagePath}/cmd/tegola/cmd.Version=${version}" ];
 
+  excludedPackages = [ "example" ];
+
   meta = with stdenv.lib; {
     homepage = "https://www.tegola.io/";
     description = "Mapbox Vector Tile server";