Merge pull request #186338 from tjni/darwin-python-fsutil
python310Packages.python-fsutil: Unmark broken on Darwin
This commit is contained in:
commit
f6869c31a9
@ -1,5 +1,4 @@
|
|||||||
{ stdenv
|
{ lib
|
||||||
, lib
|
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
@ -44,7 +43,6 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
description = "Module with file-system utilities";
|
description = "Module with file-system utilities";
|
||||||
homepage = "https://github.com/fabiocaccamo/python-fsutil";
|
homepage = "https://github.com/fabiocaccamo/python-fsutil";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
Loading…
Reference in New Issue
Block a user