Skip to content

Commit

Permalink
Merge pull request #109037 from zeripath/gitea-add-sqlite-unlock-notify
Browse files Browse the repository at this point in the history
gitea: add sqlite_unlock_notify build tag
  • Loading branch information
Ma27 committed Jan 12, 2021
2 parents 97c0e5d + 0e0900c commit 0ac27f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/gitea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 0ac27f8

Please sign in to comment.