about summary refs log tree commit diff
path: root/pkgs/tools/graphics/texture-synthesis/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/texture-synthesis/default.nix')
-rw-r--r--pkgs/tools/graphics/texture-synthesis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/texture-synthesis/default.nix b/pkgs/tools/graphics/texture-synthesis/default.nix
index 7122450587a71..cd7d437c4d416 100644
--- a/pkgs/tools/graphics/texture-synthesis/default.nix
+++ b/pkgs/tools/graphics/texture-synthesis/default.nix
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
   };
 
   # tests fail for unknown reasons on aarch64-darwin
-  doCheck = !(stdenv.isDarwin && stdenv.isAarch64);
+  doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);
 
   meta = with lib; {
     description = "Example-based texture synthesis written in Rust";