gitaly: buildFlags -> tags

This commit is contained in:
zowoq 2021-08-06 07:52:31 +10:00
parent 6d2b956a36
commit 0d2e76fdc9

View file

@ -37,7 +37,7 @@ in buildGoModule rec {
inherit rubyEnv;
};
buildFlags = [ "-tags=static,system_libgit2" ];
tags = [ "static,system_libgit2" ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ rubyEnv.wrappedRuby libgit2 openssl zlib pcre http-parser ];
doCheck = false;