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

This commit is contained in:
7c6f434c
2026-03-23 12:00:07 +00:00
committed by GitHub
+3 -2
View File
@@ -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