remove merged coturn build fix

This commit is contained in:
2025-02-18 05:52:24 +00:00
parent 16f4afbc60
commit e7ce6a2ef6

View File

@@ -46,13 +46,6 @@ in
# hash = "sha256-jW66W1V3upZMfbjuoruY3OGNJfEewx7DW/Z4vAhMEXw=";
# })
(fetchpatch' {
# XXX(2025-02-08): required for coturn (servo) to build
name = "coturn: ignore broken symlinks";
prUrl = "https://github.com/NixOS/nixpkgs/pull/379889";
hash = "sha256-Sm3uZ3ooRBCh7eYW7BHuzS0XD6tZTUllgLROZflUiZs=";
})
(fetchpatch' {
# patch should be safe to remove; keeping it here to track the upstreaming status
name = "nixos/gitea: don't configure the database if `createDatabase == false`";