From dd5f0d9538aa84e42bd666e8679cb448fa8a79fe Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 25 Aug 2017 14:08:11 +0200 Subject: [PATCH] nixos: Fix build of manual Regression introduced by 520a43ced38843d5116594b359854e02fa7ed057. Using XML tag characters for things that are not tags needs to be properly indicated by an entity. Signed-off-by: aszlig --- nixos/modules/programs/oblogout.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/oblogout.nix b/nixos/modules/programs/oblogout.nix index 042935d285e..720c29b1eae 100644 --- a/nixos/modules/programs/oblogout.nix +++ b/nixos/modules/programs/oblogout.nix @@ -45,7 +45,7 @@ in description = '' Icon theme for the buttons, must be in the themes folder of the package, or in - ~/.themes//oblogout/. + ~/.themes/<name>/oblogout/. ''; };