mandoc: change OSNAME to Nixpkgs to match groff

See also

* https://github.com/NixOS/nixpkgs/pull/214307
* https://github.com/NixOS/nixpkgs/pull/213256
This commit is contained in:
sternenseemann 2023-02-22 16:23:20 +01:00
parent 62f8500329
commit 4f84f0c87f

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
configureLocal = ''
MANPATH_DEFAULT="/run/current-system/sw/share/man"
MANPATH_BASE="$MANPATH_DEFAULT"
OSNAME="NixOS"
OSNAME="Nixpkgs"
PREFIX="$out"
LD_OHASH="-lutil"
# Use symlinks instead of hardlinks (more commonly used in nixpkgs)