about summary refs log tree commit diff
path: root/pkgs/by-name/gh/ghex/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/gh/ghex/package.nix')
-rw-r--r--pkgs/by-name/gh/ghex/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/gh/ghex/package.nix b/pkgs/by-name/gh/ghex/package.nix
index 0d81d0ba969f..a0de4d0c65b0 100644
--- a/pkgs/by-name/gh/ghex/package.nix
+++ b/pkgs/by-name/gh/ghex/package.nix
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
   mesonFlags = [
     "-Dgtk_doc=true"
     "-Dvapi=true"
-  ] ++ lib.optionals stdenv.isDarwin [
+  ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
     # mremap does not exist on darwin
     "-Dmmap-buffer-backend=false"
   ];