mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-27 14:30:19 +00:00
compatibility with newer nixpkgs that includes the fix
This commit is contained in:
parent
d455e3c88f
commit
8a53175655
@ -149,9 +149,8 @@ in {
|
||||
# This also drops a bunch of unnecessary build-time dependencies, some of
|
||||
# which are broken on PyPy. Fixed in nixpkgs in
|
||||
# 5feb5054bb08ba779bd2560a44cf7d18ddf37fea.
|
||||
zfec = (super.zfec.override {
|
||||
setuptoolsTrial = null;
|
||||
}).overrideAttrs (old: {
|
||||
zfec = (overrideIfPresent "setuptoolsTrial" null super.zfec).overrideAttrs (
|
||||
old: {
|
||||
checkPhase = "trial zfec";
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user