passwdqc: fix invalid $man directory strcture

This was failing to link the man pages due to the incorrect directory structure. See #439012
This commit is contained in:
Ali Rizvi
2025-08-31 22:20:42 -04:00
parent 0ad471435f
commit 49ad45da66
+1 -1
View File
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
"DEVEL_LIBDIR=$(out)/lib"
"INCLUDEDIR=$(out)/include"
"LOCALEDIR=$(out)/share/locale"
"MANDIR=$(man)/man"
"MANDIR=$(man)/share/man"
"PKGCONFIGDIR=$(out)/lib/pkgconfig"
"SECUREDIR=$(out)/lib/security"
"SECUREDIR_DARWIN=$(out)/lib/security"