Commit 67d4cea6 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

f3d: condition autoPatchelfHook on isElf

should fix darwin
parent 1a38124e
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
  ];