diff options
author | sterni <sternenseemann@systemli.org> | 2022-05-02T21·24+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-02T23·41+0000 |
commit | 3d006181e3a533572f1e9ccff319777c5918ad98 (patch) | |
tree | 19b6f745c7466729995004b1485c92378f1335c9 /third_party/overlays | |
parent | 203a06390f1e874715e9ed4b53024b79ee01803a (diff) |
chore(3p/sources): Bump channels & overlays r/3999
Change-Id: Ifa5dfd31fbdef3d335223866012977e28024e8e2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5516 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/overlays')
-rw-r--r-- | third_party/overlays/tvl.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 9b4bc2db393d..4997e97c5085 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -99,18 +99,6 @@ in }; }); - # Fix compilation with GCC 11. Can be removed when - # https://github.com/NixOS/nixpkgs/pull/170157 lands in channels. - barrier = super.barrier.overrideAttrs (old: { - patches = old.patches or [ ] ++ [ - (self.fetchpatch { - name = "barrier-gcc-11.patch"; - url = "https://github.com/debauchee/barrier/commit/4b12265ae5d324b942698a3177e1d8b1749414d7.patch"; - sha256 = "02a1hm07xgbs4d3529r2yj9vgxn1mix4y367hyw5h11kpczk2cva"; - }) - ]; - }); - python38 = super.python38.override { packageOverrides = pySelf: pySuper: { backports-zoneinfo = pySuper.backports-zoneinfo.overridePythonAttrs (_: { |