about summary refs log tree commit diff
path: root/pkgs/development/libraries/libcouchbase/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libcouchbase/default.nix')
-rw-r--r--pkgs/development/libraries/libcouchbase/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libcouchbase/default.nix b/pkgs/development/libraries/libcouchbase/default.nix
index 4f813d74a8971..f3decde56c770 100644
--- a/pkgs/development/libraries/libcouchbase/default.nix
+++ b/pkgs/development/libraries/libcouchbase/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   # Running tests in parallel does not work
   enableParallelChecking = false;
 
-  doCheck = !stdenv.isDarwin;
+  doCheck = !stdenv.hostPlatform.isDarwin;
 
   meta = with lib; {
     description = "C client library for Couchbase";