about summary refs log tree commit diff
path: root/pkgs/by-name/co/convmv/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/co/convmv/package.nix')
-rw-r--r--pkgs/by-name/co/convmv/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/co/convmv/package.nix b/pkgs/by-name/co/convmv/package.nix
index 65fbd85e37d68..e89b4250ead3c 100644
--- a/pkgs/by-name/co/convmv/package.nix
+++ b/pkgs/by-name/co/convmv/package.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   # testsuite.tar contains filenames that aren't valid UTF-8. Extraction of
   # testsuite.tar will fail as APFS enforces that filenames are valid UTF-8.
-  doCheck = !stdenv.isDarwin;
+  doCheck = !stdenv.hostPlatform.isDarwin;
 
   prePatch =
     lib.optionalString finalAttrs.doCheck ''