pythonPackages.klein: don't mark as broken
The package was fixed for all systems in da4f4e183c
.
This commit is contained in:
parent
a8c71a477f
commit
e4ec043d8a
@ -60,6 +60,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/twisted/klein";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ exarkun ];
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user