Drop old boehmgc

This commit is contained in:
Sandro - 2023-02-23 00:11:36 +01:00
parent f9000837bc
commit dc3f4d9b5f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 5 deletions

View File

@ -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 [ ] ++ [