diff --git a/pkgs/by-name/te/tectonic-unwrapped/package.nix b/pkgs/by-name/te/tectonic-unwrapped/package.nix index 68d0cd3f4d1e..b5c1f90efce5 100644 --- a/pkgs/by-name/te/tectonic-unwrapped/package.nix +++ b/pkgs/by-name/te/tectonic-unwrapped/package.nix @@ -108,7 +108,7 @@ rustPlatform.buildRustPackage (finalAttrs: { "--skip=tests::no_segfault_after_failed_compilation" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ - # Test Panics only on Darwin, see: + # Another sandbox failing test, see: # https://github.com/tectonic-typesetting/tectonic/issues/1352 "--skip=v2_watch_succeeds" ];