Commit 918d0956 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by github-actions[bot]
Browse files

f3d: condition autoPatchelfHook on isElf

should fix darwin

(cherry picked from commit 67d4cea6)
parent 21f02582
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
    cmake
    help2man
    gzip
  ] ++ lib.optionals stdenv.hostPlatform.isElf [
    # https://github.com/f3d-app/f3d/pull/1217
    autoPatchelfHook
  ];