Merge pull request #109037 from zeripath/gitea-add-sqlite-unlock-notify
gitea: add sqlite_unlock_notify build tag
This commit is contained in:
commit
0ac27f8beb
@ -37,7 +37,7 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
preBuild = let
|
preBuild = let
|
||||||
tags = optional pamSupport "pam"
|
tags = optional pamSupport "pam"
|
||||||
++ optional sqliteSupport "sqlite";
|
++ optional sqliteSupport "sqlite sqlite_unlock_notify";
|
||||||
tagsString = concatStringsSep " " tags;
|
tagsString = concatStringsSep " " tags;
|
||||||
in ''
|
in ''
|
||||||
export buildFlagsArray=(
|
export buildFlagsArray=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user