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
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ buildGoPackage rec {
|
|||
|
||||
preBuild = let
|
||||
tags = optional pamSupport "pam"
|
||||
++ optional sqliteSupport "sqlite";
|
||||
++ optional sqliteSupport "sqlite sqlite_unlock_notify";
|
||||
tagsString = concatStringsSep " " tags;
|
||||
in ''
|
||||
export buildFlagsArray=(
|
||||
|
|
Loading…
Reference in a new issue