Unverified Commit fe7274e1 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

nixos/man-db: Use `-q` option to decrease verbosity (#468229)

parents fb8d90e9 69c73c04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ in
            }
            ''
              echo "MANDB_MAP ${cfg.manualPages}/share/man $out" > man.conf
              mandb -C man.conf -psc >/dev/null 2>&1
              mandb -C man.conf -pscq
            '';
      in
      ''