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: 8f94e6566a75
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 96d8d9411fc0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 4, 2020

  1. passExtensions.pass-import: 2.6 -> 3.1

    ChangeLog: https://github.com/roddhjav/pass-import/blob/v3.1/CHANGELOG.rst#31---2020-10-25
    
    * Make sure that all features are enabled by adding `pykeepass`,
      `filemagic` etc.
    
    * Patch & use `setup.py` to make sure that everything gets installed
      properly into `$out`.
    
    Co-authored-by: elseym <elseym@me.com>
    Ma27 and elseym committed Dec 4, 2020
    Copy the full SHA
    2b67491 View commit details
    Browse the repository at this point in the history
  2. pass: support extensions with $out/bin

    An example for that would be `passExtensions.pass-import` where
    `pimport` is available in `$out/bin`. In that case, `$out/bin` in
    `buildEnv` isn't a symlink anymore and doesn't need to be removed.
    
    Co-authored-by: elseym <elseym@me.com>
    Ma27 and elseym committed Dec 4, 2020
    Copy the full SHA
    05348ed View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Merge pull request #105919 from Ma27/bump-pass-import

    pass-import: 2.6 -> 3.1
    Ma27 committed Dec 6, 2020
    Copy the full SHA
    96d8d94 View commit details
    Browse the repository at this point in the history