mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 12:20:02 +00:00
Use our own autobahn nixos derivation
This commit is contained in:
parent
e7c1c78581
commit
756dd25247
@ -7,6 +7,10 @@ self: super: {
|
||||
# conflicts with the packaged version of Twisted. Supply our own
|
||||
# slightly newer version.
|
||||
nevow = python-super.callPackage ./nevow.nix { };
|
||||
# NixOS autobahn package has trollius as a dependency, although
|
||||
# it is optional. Trollius is no longer maintained and fails on
|
||||
# CI.
|
||||
autobahn = python-super.callPackage ./autobahn.nix { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user