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: 872f2b76c120
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1186c168892b
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.
    Ma27 committed Sep 9, 2020
    Copy the full SHA
    1186c16 View commit details
    Browse the repository at this point in the history