From 93c3b17f751e1240ab23aefee44c92f1ead1904c Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Thu, 6 Jan 2022 13:09:12 -0500 Subject: ovito: mark as broken on darwin --- pkgs/applications/graphics/ovito/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/applications/graphics/ovito') diff --git a/pkgs/applications/graphics/ovito/default.nix b/pkgs/applications/graphics/ovito/default.nix index f0dc5f2b363e9..a9cef1e140900 100644 --- a/pkgs/applications/graphics/ovito/default.nix +++ b/pkgs/applications/graphics/ovito/default.nix @@ -1,4 +1,4 @@ -{ mkDerivation, lib, fetchFromGitLab, cmake +{ mkDerivation, lib, stdenv, fetchFromGitLab, cmake , boost, netcdf, hdf5, fftwSinglePrec, muparser, openssl, ffmpeg, python , qtbase, qtsvg, qttools, qscintilla }: @@ -37,5 +37,6 @@ mkDerivation rec { homepage = "https://ovito.org"; license = with licenses; [ gpl3Only mit ]; maintainers = with maintainers; [ twhitehead ]; + broken = stdenv.isDarwin; # clang-11: error: no such file or directory: '$-DOVITO_COPYRIGHT_NOTICE=... }; } -- cgit 1.4.1