1 nixpkgs' post-installation fixup moves the pages to share/man. Tell guilt-help so that it can find them.
3 diff --git a/guilt-help b/guilt-help
4 index 93442a3..b29e059 100755
7 @@ -34,7 +34,7 @@ case $# in
11 -MANDIR=`dirname $0`/../man
12 +MANDIR=`dirname $0`/../share/man
13 MANDIR=`(cd "$MANDIR"; pwd)`
14 exec man -M "$MANDIR" "$page"