3
0
Fork 0
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:
Theodore Ni 2022-08-12 14:15:23 -07:00
parent a253a7da71
commit 56554b73b5
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -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;