python3Packages.pystemd: No longer broken on aarch64-linux

This commit is contained in:
hacker1024 2024-04-26 15:26:37 +10:00 committed by GitHub
parent a73feccb2a
commit 9c35927f25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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