python3Packages.pydevccu: fix file name
This commit is contained in:
parent
b4b798de13
commit
69f136d18c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user