Add workaround for jrnl build failure

This commit is contained in:
Alexander Wainwright
2026-02-03 12:09:08 +10:00
parent e06340c2d2
commit 4b4fd35706

View File

@@ -10,7 +10,15 @@ in
home.packages = with pkgs; [
foliate
inputs.locutus.packages.${pkgs.stdenv.hostPlatform.system}.default
jrnl
# jrnl
# disable tests for now until the bug is fixed
# https://github.com/NixOS/nixpkgs/issues/476190
# https://github.com/NixOS/nixpkgs/pull/479705
(jrnl.overrideAttrs (old: {
disabledTests = (old.disabledTests or []) ++ [
"test_override_configured_linewrap_with_a_value_of_23"
];
}))
mullvad-browser
tor-browser
exiftool