···15151616 ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ];
17171818+ preCheck = ''
1919+ # requires network access
2020+ rm pkg/camo/proxy_{,filter_}test.go
2121+ '';
2222+1823 meta = with lib; {
1924 description = "A camo server is a special type of image proxy that proxies non-secure images over SSL/TLS";
2025 homepage = "https://github.com/cactus/go-camo";