Merge pull request #306910 from hacker1024/patch-11

python3Packages.pystemd: No longer broken on aarch64-linux
This commit is contained in:
kirillrdy
2024-04-27 17:58:21 +10:00
committed by GitHub
@@ -30,7 +30,6 @@ buildPythonPackage rec {
checkPhase = "pytest tests";
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = ''
Thin Cython-based wrapper on top of libsystemd, focused on exposing the
dbus API via sd-bus in an automated and easy to consume way