diff options
| author | Theodore Ni <3806110+tjni@users.noreply.github.com> | 2022-08-12 14:15:23 -0700 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-08-13 23:15:24 +0000 |
| commit | 218b3025147c677f6933f31120550b6bebf4406c (patch) | |
| tree | 350825a98c59bb06562552398f9e22186aef5274 | |
| parent | Merge pull request #186465 from NixOS/backport-185064-to-release-22.05 (diff) | |
| download | nixpkgs-218b3025147c677f6933f31120550b6bebf4406c.tar.gz | |
python310Packages.python-fsutil: Unmark broken on Darwinorigin/backport-186338-to-release-22.05
At least on my aarch64 Darwin machine, python-fsutil builds fine.
(cherry picked from commit 56554b73b5f4fe87cb72d621734107b9542d925c)
| -rw-r--r-- | pkgs/development/python-modules/python-fsutil/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-fsutil/default.nix b/pkgs/development/python-modules/python-fsutil/default.nix index 70c3422a3d97..3f18bd09aa45 100644 --- a/pkgs/development/python-modules/python-fsutil/default.nix +++ b/pkgs/development/python-modules/python-fsutil/default.nix @@ -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; |
