use our nevow :/ :\ :/ :\ :/ :\ :/

This commit is contained in:
Jean-Paul Calderone 2019-12-10 15:32:12 -05:00
parent 349e886afa
commit bebc0dd193

View File

@ -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 { };
};
};
}