1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-08 11:35:37 +03:00

nixos/*: normalize <package> to <literal>

this renders the same in the manpage and a little more clearly in the
html manual. in the manpage there continues to be no distinction from
regular text, the html manual gets code-type markup (which was probably
the intention for most of these uses anyway).
This commit is contained in:
pennae 2022-08-13 05:15:06 +02:00 committed by pennae
parent 1ab9224ebe
commit 8f8e101527
27 changed files with 47 additions and 47 deletions

View file

@ -129,7 +129,7 @@ in {
description = ''
List of packages to add to propagatedBuildInputs.
A popular example is <package>python3Packages.psycopg2</package>
A popular example is <literal>python3Packages.psycopg2</literal>
for PostgreSQL support in the recorder component.
'';
};