Loading pkgs/by-name/te/tectonic-unwrapped/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,11 @@ rustPlatform.buildRustPackage (finalAttrs: { # Test fails due to tectonic bundle missing and can't be downloaded in the # sandbox "--skip=tests::no_segfault_after_failed_compilation" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Test Panics only on Darwin, see: # https://github.com/tectonic-typesetting/tectonic/issues/1352 "--skip=v2_watch_succeeds" ]; doCheck = true; Loading Loading
pkgs/by-name/te/tectonic-unwrapped/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,11 @@ rustPlatform.buildRustPackage (finalAttrs: { # Test fails due to tectonic bundle missing and can't be downloaded in the # sandbox "--skip=tests::no_segfault_after_failed_compilation" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Test Panics only on Darwin, see: # https://github.com/tectonic-typesetting/tectonic/issues/1352 "--skip=v2_watch_succeeds" ]; doCheck = true; Loading