forked from mirrors/nixpkgs
gitaly: buildFlags -> tags
This commit is contained in:
parent
6d2b956a36
commit
0d2e76fdc9
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue