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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user