gitaly: buildFlags -> tags
This commit is contained in:
parent
6d2b956a36
commit
0d2e76fdc9
@ -37,7 +37,7 @@ in buildGoModule rec {
|
|||||||
inherit rubyEnv;
|
inherit rubyEnv;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildFlags = [ "-tags=static,system_libgit2" ];
|
tags = [ "static,system_libgit2" ];
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ rubyEnv.wrappedRuby libgit2 openssl zlib pcre http-parser ];
|
buildInputs = [ rubyEnv.wrappedRuby libgit2 openssl zlib pcre http-parser ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user