about summary refs log tree commit diff
path: root/pkgs/by-name/bl/blastem/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/bl/blastem/package.nix')
-rw-r--r--pkgs/by-name/bl/blastem/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/bl/blastem/package.nix b/pkgs/by-name/bl/blastem/package.nix
index d1ba8d3cb826..2bdd9ed5f477 100644
--- a/pkgs/by-name/bl/blastem/package.nix
+++ b/pkgs/by-name/bl/blastem/package.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
   };
 
   # will probably be fixed in https://github.com/NixOS/nixpkgs/pull/302481
-  postPatch = lib.optionalString stdenv.isDarwin ''
+  postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
     substituteInPlace Makefile \
         --replace-fail "-flto" ""
   '';