From dc3f4d9b5fad10546f8aeeddcb48326e128ef451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 23 Feb 2023 00:11:36 +0100 Subject: [PATCH] Drop old boehmgc --- overlays/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index 3d77fc15..abf8d917 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -13,11 +13,6 @@ with final; { bmxd = callPackage ./bmxd.nix { }; - boehmgc = prev.boehmgc.overrideAttrs(_: { - # tests fail under emulation - doCheck = false; - }); - dex-oidc = prev.dex-oidc.override { buildGoModule = args: buildGoModule (args // { patches = args.patches or [ ] ++ [