Unverified Commit 4e2ac9c9 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

Merge pull request #306910 from hacker1024/patch-11

python3Packages.pystemd: No longer broken on aarch64-linux
parents f2b03cee 9c35927f
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