kepubify: buildFlags -> tags

This commit is contained in:
zowoq 2021-08-06 07:52:33 +10:00
parent a9e8f3becb
commit b9bcc8e9c9

View file

@ -14,7 +14,7 @@ buildGoModule rec {
vendorSha256 = "sha256-bLQH7ZY2hE8fBTcW7DNoUQxe4N3m9Mv3JjjKO4cG7DY=";
# remove when built with >= go 1.17
buildFlags = [ "-tags" "zip117" ];
tags = [ "zip117" ];
ldflags = [ "-s" "-w" "-X main.version=${version}" ];