xdg-user-dirs: fix manpage rendering

Previously, `man xdg-user-dirs-update` contained this:

```
--set NAME PATH
   Sets the XDG user dir with the given name.

   NAME should be one of the following:

       PATH must be an absolute path, e.g.  $HOME/Some/Directory.
```

Now, it's correctly rendered:

```
--set NAME PATH
   Sets the XDG user dir with the given name.

   NAME should be one of the following:
       DESKTOP
       DOWNLOAD
       TEMPLATES
       PUBLICSHARE
       DOCUMENTS
       MUSIC
       PICTURES
       VIDEOS

   PATH must be an absolute path, e.g.  $HOME/Some/Directory.
```
This commit is contained in:
Felix Uhl 2024-03-09 22:50:35 +01:00
parent b69de56fac
commit 28a02c2950

View File

@ -4,6 +4,7 @@
fetchurl,
libxslt,
docbook_xsl,
docbook_xml_dtd_43,
gettext,
libiconv,
makeWrapper,
@ -24,6 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
makeWrapper
libxslt
docbook_xsl
docbook_xml_dtd_43
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ gettext ];
preFixup = ''