Merge pull request #174563 from SuperSandro2000/go-camo

authored by Sandro and committed by GitHub f905fecc d1136611

+5
+5
pkgs/servers/http/go-camo/default.nix
··· 15 16 ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ]; 17 18 meta = with lib; { 19 description = "A camo server is a special type of image proxy that proxies non-secure images over SSL/TLS"; 20 homepage = "https://github.com/cactus/go-camo";
··· 15 16 ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ]; 17 18 + preCheck = '' 19 + # requires network access 20 + rm pkg/camo/proxy_{,filter_}test.go 21 + ''; 22 + 23 meta = with lib; { 24 description = "A camo server is a special type of image proxy that proxies non-secure images over SSL/TLS"; 25 homepage = "https://github.com/cactus/go-camo";