mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
use our nevow :/ :\ :/ :\ :/ :\ :/
This commit is contained in:
parent
349e886afa
commit
bebc0dd193
@ -2,7 +2,7 @@ self: super: {
|
||||
python27 = super.python27.override {
|
||||
packageOverrides = python-self: python-super: {
|
||||
eliot = python-self.callPackage ./eliot.nix { };
|
||||
nevow = python-super.nevow.overrideAttrs (old: { doCheck = false; }); # callPackage ./nevow.nix { };
|
||||
nevow = python-super.callPackage ./nevow.nix { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user