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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 872f2b76c120
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1186c16 View commit details
Loading