1
0
Fork 0

Disable checks for package wetter more elegant

This commit is contained in:
clerie 2021-01-28 16:42:47 +01:00
parent dc199ae8a5
commit a027c8cb49
1 changed files with 1 additions and 1 deletions

View File

@ -77,5 +77,5 @@ in buildPythonPackage rec {
cp -r wetter/templates $out/${python3.sitePackages}/wetter/templates
'';
checkPhase = ":";
doCheck = false;
}