about summary refs log tree commit diff
path: root/pkgs/by-name/th/thefuck/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/th/thefuck/package.nix')
-rw-r--r--pkgs/by-name/th/thefuck/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/th/thefuck/package.nix b/pkgs/by-name/th/thefuck/package.nix
index 7d908b9f8d99..e0cd1b7b5d0c 100644
--- a/pkgs/by-name/th/thefuck/package.nix
+++ b/pkgs/by-name/th/thefuck/package.nix
@@ -33,7 +33,7 @@ python311Packages.buildPythonApplication rec {
       pytest-mock
     ]);
 
-  disabledTests = lib.optionals stdenv.isDarwin [
+  disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
     "test_settings_defaults"
     "test_from_file"
     "test_from_env"