forked from mirrors/nixpkgs
python310Packages.python-fsutil: Unmark broken on Darwin
At least on my aarch64 Darwin machine, python-fsutil builds fine.
This commit is contained in:
parent
a253a7da71
commit
56554b73b5
|
@ -1,5 +1,4 @@
|
|||
{ stdenv
|
||||
, lib
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pytestCheckHook
|
||||
|
@ -44,7 +43,6 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Module with file-system utilities";
|
||||
homepage = "https://github.com/fabiocaccamo/python-fsutil";
|
||||
license = licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue