mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 23:33:30 +00:00
Merge pull request #306910 from hacker1024/patch-11
python3Packages.pystemd: No longer broken on aarch64-linux
This commit is contained in:
commit
4e2ac9c9c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user