mirrorbits: Fix build with go 1.12

This commit is contained in:
adisbladis
2019-09-11 14:33:13 +01:00
parent 0fda5eff8e
commit b0326145da
2 changed files with 6 additions and 5 deletions
+5
View File
@@ -24,6 +24,11 @@ buildGoPackage rec {
rm -rf testing
'';
# Fix build with go >=1.12
preBuild = ''
sed -i s/"_Ctype_struct_GeoIPRecordTag"/"C.struct_GeoIPRecordTag"/ ./go/src/github.com/etix/geoip/geoip.go
'';
goPackagePath = "github.com/etix/mirrorbits";
goDeps = ./deps.nix;