fix: Disable xapian tests

xapian has a long-ass test phase that takes multiple hours to complete
This commit is contained in:
Charlotte 🦝 Delenk 2022-03-16 20:57:10 +01:00
parent 9edb1dd015
commit 19aad9570f
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -103,6 +103,10 @@ in
sha256 = "09mvk9zxclkf4wrkkfzg0p2hx1f74gpymr0a0l3pckmk6za2n3d1";
};
});
xapian = prev.xapian.overrideAttrs
(old: {
testPhase = "true";
});
})
];
}