Merge pull request #186338 from tjni/darwin-python-fsutil

python310Packages.python-fsutil: Unmark broken on Darwin
This commit is contained in:
Robert Scott 2022-08-13 21:14:46 +01:00 committed by GitHub
commit f6869c31a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;