mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
pythonPackages.nevow: fix build
This commit is contained in:
parent
37070fcd11
commit
cc3b6aa322
@ -10,14 +10,6 @@ buildPythonPackage rec {
|
|||||||
sha256 = "afb6ba85a5351953578c018fcdb9dfbd62f29a8d46c58bc9652bc000a27223f3";
|
sha256 = "afb6ba85a5351953578c018fcdb9dfbd62f29a8d46c58bc9652bc000a27223f3";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Fix builds against recent Twisted.
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/twisted/nevow/commit/f1b366f1a73009b6a1df12fa6f4dc464c564c944.patch";
|
|
||||||
sha256 = "147fibcbqh715in8cbkp7jlkh4b3qvn95v1mv9si0ln1747wbby2";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ twisted ];
|
propagatedBuildInputs = [ twisted ];
|
||||||
|
|
||||||
checkInputs = [ twisted ];
|
checkInputs = [ twisted ];
|
||||||
|
Loading…
Reference in New Issue
Block a user