openscad: don't use versionCheckHook on darwin (#500296)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user