From 49ad45da668865a7626664b509683b3ab5ef6ecb Mon Sep 17 00:00:00 2001 From: Ali Rizvi Date: Sun, 31 Aug 2025 22:09:32 -0400 Subject: [PATCH] passwdqc: fix invalid `$man` directory strcture This was failing to link the man pages due to the incorrect directory structure. See #439012 --- pkgs/by-name/pa/passwdqc/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/pa/passwdqc/package.nix b/pkgs/by-name/pa/passwdqc/package.nix index 3fe047aa6e1e..2c4250c3409e 100644 --- a/pkgs/by-name/pa/passwdqc/package.nix +++ b/pkgs/by-name/pa/passwdqc/package.nix @@ -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"