about summary refs log tree commit diff
path: root/pkgs/development/python-modules/capturer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/capturer/default.nix')
-rw-r--r--pkgs/development/python-modules/capturer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/capturer/default.nix b/pkgs/development/python-modules/capturer/default.nix
index 856da1f95369..b9895dd18f97 100644
--- a/pkgs/development/python-modules/capturer/default.nix
+++ b/pkgs/development/python-modules/capturer/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
   propagatedBuildInputs = [ humanfriendly ];
 
   # hangs on darwin
-  doCheck = !stdenv.isDarwin;
+  doCheck = !stdenv.hostPlatform.isDarwin;
   nativeCheckInputs = [ pytestCheckHook ];
 
   meta = with lib; {