python3Packages.pydevccu: fix file name

This commit is contained in:
Fabian Affolter 2022-01-03 20:13:41 +01:00
parent b4b798de13
commit 69f136d18c

View File

@ -18,6 +18,11 @@ buildPythonPackage rec {
sha256 = "sha256-/4sJ5T17nCcTjg1Me4zTlOEOkK1py9kl2YeLGv4X6us=";
};
postPatch = ''
# Fix file name, https://github.com/danielperna84/pydevccu/pull/8
mv pydevccu/paramset_descriptions/HmIP-STDH.json pydevccu/paramset_descriptions/HmIP-STHD.json
'';
# Module has no tests
doCheck = false;