Merge pull request #174563 from SuperSandro2000/go-camo

This commit is contained in:
Sandro
2022-05-25 20:00:53 +02:00
committed by GitHub
+5
View File
@@ -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";