about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-05-23 11:17:09 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2024-05-23 11:17:39 +0200
commit67d4cea69dcbfbc8bf30e8ac2c39f6c75bbf1c05 (patch)
treeef2e9b17c1458050e2a46eda98f6691a82a2765c /pkgs/applications/graphics
parent1a38124e60b089fe9cef554625184a3a607b8e6c (diff)
f3d: condition autoPatchelfHook on isElf
should fix darwin
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/f3d/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/f3d/default.nix b/pkgs/applications/graphics/f3d/default.nix
index 3b45ca987f1a2..5edbd078cd01d 100644
--- a/pkgs/applications/graphics/f3d/default.nix
+++ b/pkgs/applications/graphics/f3d/default.nix
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
     cmake
     help2man
     gzip
+  ] ++ lib.optionals stdenv.hostPlatform.isElf [
     # https://github.com/f3d-app/f3d/pull/1217
     autoPatchelfHook
   ];