about summary refs log tree commit diff
path: root/pkgs/tools/misc/uwufetch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/uwufetch/default.nix')
-rw-r--r--pkgs/tools/misc/uwufetch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/uwufetch/default.nix b/pkgs/tools/misc/uwufetch/default.nix
index 4dba7dac8038e..ce5e378b9ac7d 100644
--- a/pkgs/tools/misc/uwufetch/default.nix
+++ b/pkgs/tools/misc/uwufetch/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
     # fix command_path for package manager (nix-store)
     substituteInPlace fetch.c \
       --replace "/usr/bin" "/run/current-system/sw/bin"
-  '' + lib.optionalString stdenv.isDarwin ''
+  '' + lib.optionalString stdenv.hostPlatform.isDarwin ''
     substituteInPlace Makefile \
       --replace "local/bin" "bin" \
       --replace "local/lib" "lib" \