Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 1309be91f1a0
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 3b50998b4fa9
Choose a head ref
  • 6 commits
  • 4 files changed
  • 5 contributors

Commits on Sep 9, 2020

  1. palemoon: Add libpulseaudio to wrapper

    (cherry picked from commit 5ee5bbe)
    OPNA2608 committed Sep 9, 2020
    Copy the full SHA
    ddd5f56 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.jug: fix tests

    these seem to have switched to pytest tests in 2.0.2
    
    (cherry picked from commit 570dbab)
    risicle committed Sep 9, 2020
    Copy the full SHA
    c6e9ba3 View commit details
    Browse the repository at this point in the history
  3. ncftp: do not override $TMPDIR

    (cherry picked from commit 07999f4)
    gebner committed Sep 9, 2020
    Copy the full SHA
    b0349fc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #97508 from OPNA2608/backport-20.09-palemoon-wrapp…

    …ing-libpulseaudio
    
    [20.09] palemoon: Add libpulseaudio to wrapper
    roberth committed Sep 9, 2020
    Copy the full SHA
    32c4594 View commit details
    Browse the repository at this point in the history
  5. 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
  6. Merge pull request #97490 from risicle/ris-jug-fix-r20.09

    [20.09] pythonPackages.jug: fix tests
    roberth committed Sep 9, 2020
    Copy the full SHA
    3b50998 View commit details
    Browse the repository at this point in the history