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: 32c45947abcf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 820c16b2e258
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 9, 2020

  1. pass-wayland: use proper derivation for .withExtensions

    The `pass.withExtensions`-function uses `buildEnv` to create a
    derivation which contains a `pass`-package and a list of extensions for
    it.
    
    However, this function always uses the `pass`-attribute for `buildEnv` which
    will break e.g. `passmenu` or `pass show -c` on desktops using Wayland (and
    `pass-wayland.withExtensions`) since the default `pass`-package without
    support for Wayland's clipboard is used.
    
    This patch replaces the `pass`-attribute in the derivation with
    `pass-wayland` to work around this issue.
    
    (cherry picked from commit 1186c16)
    Ma27 committed Sep 9, 2020
    Copy the full SHA
    820c16b View commit details
    Browse the repository at this point in the history