Merge pull request #174563 from SuperSandro2000/go-camo
This commit is contained in:
commit
f905feccd0
@ -15,6 +15,11 @@ buildGoModule rec {
|
||||
|
||||
ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ];
|
||||
|
||||
preCheck = ''
|
||||
# requires network access
|
||||
rm pkg/camo/proxy_{,filter_}test.go
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A camo server is a special type of image proxy that proxies non-secure images over SSL/TLS";
|
||||
homepage = "https://github.com/cactus/go-camo";
|
||||
|
Loading…
Reference in New Issue
Block a user