···1516 ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ];
170000018 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";
···1516 ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ];
1718+ 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";