Unverified Commit 3b4e1cfc authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

openscad: don't use `versionCheckHook` on darwin (#500296)

parents 1fc806d2 4d37e390
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -120,8 +120,9 @@ stdenv.mkDerivation (finalAttrs: {
    libsForQt5.qmake
    libsForQt5.wrapQtAppsHook
    wrapGAppsHook3
    versionCheckHook
  ];
  ]
  # versionCheckHook doesn't detect any output on darwin, even though the binary works.
  ++ lib.optional (!stdenv.hostPlatform.isDarwin) versionCheckHook;

  buildInputs = [
    eigen