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: c94005358c18
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 69d0c1404c17
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 23, 2019

  1. password-store: link ext. man pages into the password-store $out

    When pass was installed with extensions in the system environment, the
    man pages for the selected extensions were not available globally
    because they were only available in a buildInput of the password-store
    derivation.
    
    This commit resolves the problem by linking the man pages from the
    extensions environment into the output directory of the password-store
    derivation.
    
    Bug 56850
    kamidon committed Mar 23, 2019
    Copy the full SHA
    9830436 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. password-store: link ext. man pages into the password-store $out (#58187

    )
    
    When pass was installed with extensions in the system environment, the
    man pages for the selected extensions were not available globally
    because they were only available in a buildInput of the password-store
    derivation.
    
    This commit resolves the problem by linking the man pages from the
    extensions environment into the output directory of the password-store
    derivation.
    
    Bug 56850
    xeji committed Mar 24, 2019
    Copy the full SHA
    69d0c14 View commit details
    Browse the repository at this point in the history