Merge pull request #109037 from zeripath/gitea-add-sqlite-unlock-notify

gitea: add sqlite_unlock_notify build tag
This commit is contained in:
Maximilian Bosch 2021-01-12 12:08:01 +01:00 committed by GitHub
commit 0ac27f8beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=(