about summary refs log tree commit diff
path: root/pkgs/applications/misc/senv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/senv/default.nix')
-rw-r--r--pkgs/applications/misc/senv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/senv/default.nix b/pkgs/applications/misc/senv/default.nix
index b542966e828a6..999b140c5fe2a 100644
--- a/pkgs/applications/misc/senv/default.nix
+++ b/pkgs/applications/misc/senv/default.nix
@@ -20,7 +20,7 @@ buildGoModule rec {
     homepage = "https://github.com/SpectralOps/senv";
     license = licenses.mit;
     maintainers = with maintainers; [ SuperSandro2000 ];
-    broken = stdenv.isDarwin; # needs golang.org/x/sys bump
+    broken = stdenv.hostPlatform.isDarwin; # needs golang.org/x/sys bump
     mainProgram = "senv";
   };
 }