python39Packages.swspotify: put patching in proper phase

This commit is contained in:
Sandro Jäckel 2021-11-11 14:59:28 +01:00
parent b7d071664d
commit 9a3de68569
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
requests flask flask-cors dbus-python
];
preConfigure = ''
postPatch = ''
substituteInPlace setup.py \
--replace 'flask==2.0.1' 'flask'
'';