mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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
|
||||
tags = optional pamSupport "pam"
|
||||
++ optional sqliteSupport "sqlite";
|
||||
++ optional sqliteSupport "sqlite sqlite_unlock_notify";
|
||||
tagsString = concatStringsSep " " tags;
|
||||
in ''
|
||||
export buildFlagsArray=(
|
||||
|
Loading…
Reference in New Issue
Block a user