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

gitea: add sqlite_unlock_notify build tag

authored by Maximilian Bosch and committed by GitHub 0ac27f8b 97c0e5d8

+1 -1
+1 -1
pkgs/applications/version-management/gitea/default.nix
··· 37 37 38 38 preBuild = let 39 39 tags = optional pamSupport "pam" 40 - ++ optional sqliteSupport "sqlite"; 40 + ++ optional sqliteSupport "sqlite sqlite_unlock_notify"; 41 41 tagsString = concatStringsSep " " tags; 42 42 in '' 43 43 export buildFlagsArray=(