Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: e634d533193d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b22492ed817c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 19, 2017

  1. man-db: explicitly pass section string

    Work around a bug in the autoconf setup of man-db: The
    list of default sections does not include section 0 (zero)
    despite ``./configure --help`` advertising it. This causes
    header man pages (e. g. time.h from package posix_man_pages)
    to be ignored by man(1):
    
        $ file /run/current-system/sw/share/man/man0p/time.h.0p.gz
        /run/current-system/sw/share/man/man0p/time.h.0p.gz: gzip compressed data, from Unix
        $ man 0p time.h
        No manual entry for 0p
        No manual entry for time.h
    
    Override the default (as defined in m4/man-arg-sections.m4)
    until this is fixed upstream.
    phi-gamma committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    9666665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b22492e View commit details
    Browse the repository at this point in the history