Unverified Commit 9c35927f authored by hacker1024's avatar hacker1024 Committed by GitHub
Browse files

python3Packages.pystemd: No longer broken on aarch64-linux

parent a73feccb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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