about summary refs log tree commit diff
path: root/nixos/modules/programs/spacefm.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2016-07-05 13:23:49 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-07-05 13:27:17 +0200
commitf8560212ca3e18297b23c5fc8a08610f4440355b (patch)
tree44a0deb4fdf9e772c76c9597c21b8d0ea4827b7a /nixos/modules/programs/spacefm.nix
parentaea9c778beb79a10a085cb24d57c999d85131974 (diff)
downloadnixlib-f8560212ca3e18297b23c5fc8a08610f4440355b.tar
nixlib-f8560212ca3e18297b23c5fc8a08610f4440355b.tar.gz
nixlib-f8560212ca3e18297b23c5fc8a08610f4440355b.tar.bz2
nixlib-f8560212ca3e18297b23c5fc8a08610f4440355b.tar.lz
nixlib-f8560212ca3e18297b23c5fc8a08610f4440355b.tar.xz
nixlib-f8560212ca3e18297b23c5fc8a08610f4440355b.tar.zst
nixlib-f8560212ca3e18297b23c5fc8a08610f4440355b.zip
nixos/spacefm: unbreak manual build
Fixup regression introduced in commit 1bbcd91b2ef0738709f7d95
("spacefm: sudo and gksu fixes #15758 and license update").

A missing </filename> end tag caused this:

  $ nixos-rebuild build
  ...
  options-db.xml:4402: parser error : Opening and ending tag mismatch: filename line 4401 and para
  </para><para><emphasis>Type:</emphasis> boolean</para><para><emphasis>Default:</
         ^
  options-db.xml:4406: parser error : Opening and ending tag mismatch: filename line 4401 and listitem
              </filename></member></simplelist></listitem></varlistentry><varliste
                                                          ^
  options-db.xml:4406: parser error : Opening and ending tag mismatch: para line 4401 and varlistentry
              </filename></member></simplelist></listitem></varlistentry><varliste
                                                                         ^
  options-db.xml:28430: parser error : Opening and ending tag mismatch: listitem line 4401 and variablelist
         </filename></member></simplelist></listitem></varlistentry></variablelist
                                                                                 ^
  options-db.xml:28432: parser error : Premature end of data in tag varlistentry line 4401
Diffstat (limited to 'nixos/modules/programs/spacefm.nix')
-rw-r--r--nixos/modules/programs/spacefm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/spacefm.nix b/nixos/modules/programs/spacefm.nix
index 5735f0c6b3e7..6d03608402fc 100644
--- a/nixos/modules/programs/spacefm.nix
+++ b/nixos/modules/programs/spacefm.nix
@@ -18,7 +18,7 @@ in
         type = types.bool;
         default = false;
         description = ''
-          Whether to install SpaceFM and create <filename>/etc/spacefm/spacefm.conf<filename>.
+          Whether to install SpaceFM and create <filename>/etc/spacefm/spacefm.conf</filename>.
         '';
       };