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
commit 4e2ac9c9c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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