forked from M-Labs/it-infra
nixbld: remove gitea patch (merged upstream)
This commit is contained in:
parent
ae5e85d611
commit
7f599bdbc9
|
@ -513,14 +513,6 @@ in
|
||||||
matterbridge = super.matterbridge.overrideAttrs(oa: {
|
matterbridge = super.matterbridge.overrideAttrs(oa: {
|
||||||
patches = oa.patches or [] ++ [ ./matterbridge-disable-github.patch ];
|
patches = oa.patches or [] ++ [ ./matterbridge-disable-github.patch ];
|
||||||
});
|
});
|
||||||
gitea = super.gitea.overrideAttrs(oa: {
|
|
||||||
preBuild = let tagsString = "pam sqlite sqlite_unlock_notify"; in ''
|
|
||||||
export buildFlagsArray=(
|
|
||||||
-tags="${tagsString}"
|
|
||||||
-ldflags='-X "main.Version=${oa.version}" -X "main.Tags=${tagsString}"'
|
|
||||||
)
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme.acceptTerms = true;
|
security.acme.acceptTerms = true;
|
||||||
|
|
Loading…
Reference in New Issue