fix python packages for nixos 23.05

This commit is contained in:
Erik Arvstedt 2023-07-08 15:33:04 +02:00
parent e31cc686f2
commit bb2e88cec2
No known key found for this signature in database
GPG key ID: 33312B944DD97846
9 changed files with 117 additions and 183 deletions

View file

@ -6,6 +6,10 @@ buildPythonPackage rec {
postUnpack = "sourceRoot=$sourceRoot/jmbase";
patchPhase = ''
sed -i 's|twisted==22.4.0|twisted==22.10.0|' setup.py
'';
propagatedBuildInputs = [ future twisted service-identity chromalog txtorcon ];
meta = with lib; {