diff options
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 (_: { |