From 4945e634bcc6d46d60a83922e2180b097f6af744 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 26 Mar 2025 23:46:35 +0100 Subject: [PATCH] Revert "tests/plugins/texpresso: disable as the texpresso package is broken" This reverts commit 35ec52f1d98c379747a5c884a54822c9508da221. --- tests/test-sources/plugins/by-name/texpresso/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test-sources/plugins/by-name/texpresso/default.nix b/tests/test-sources/plugins/by-name/texpresso/default.nix index 6932d73c..c809321d 100644 --- a/tests/test-sources/plugins/by-name/texpresso/default.nix +++ b/tests/test-sources/plugins/by-name/texpresso/default.nix @@ -1,8 +1,5 @@ { empty = { - # TODO: added 2025-03-24 - # pkgs.texpresso is broken - # https://github.com/NixOS/nixpkgs/issues/392649 - plugins.texpresso.enable = false; + plugins.texpresso.enable = true; }; }