From 67d4cea69dcbfbc8bf30e8ac2c39f6c75bbf1c05 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Thu, 23 May 2024 11:17:09 +0200 Subject: [PATCH] f3d: condition autoPatchelfHook on isElf should fix darwin --- pkgs/applications/graphics/f3d/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/graphics/f3d/default.nix b/pkgs/applications/graphics/f3d/default.nix index 3b45ca987f1a..5edbd078cd01 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 ];