Merge pull request #200344 from mweinelt/pescea-aarch64-linux

This commit is contained in:
Martin Weinelt
2022-11-09 09:43:04 +01:00
committed by GitHub
@@ -52,7 +52,7 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
broken = stdenv.isDarwin;
description = "Python interface to Escea fireplaces";
homepage = "https://github.com/lazdavila/pescea";
license = licenses.gpl3Plus;