about summary refs log tree commit diff
path: root/pkgs/development/tools/poac/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/poac/default.nix')
-rw-r--r--pkgs/development/tools/poac/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/poac/default.nix b/pkgs/development/tools/poac/default.nix
index 95a028c6f8095..d6a1ad39bdaf0 100644
--- a/pkgs/development/tools/poac/default.nix
+++ b/pkgs/development/tools/poac/default.nix
@@ -71,8 +71,8 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ cmake git cacert ];
   buildInputs = [
     (boost179.override {
-      enableShared = stdenv.isDarwin;
-      enableStatic = !stdenv.isDarwin;
+      enableShared = stdenv.hostPlatform.isDarwin;
+      enableStatic = !stdenv.hostPlatform.isDarwin;
     })
     git2-cpp
     glob