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: f05062e6a1a0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 70d692d5ec7b
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 7, 2019

  1. mumble/murmur: Fix .override not working

    Unfortunately there's no pkgs.libsForQt5.callPackages, which we need here to
    get .override attributes on all derivation attributes. It's also
    non-trivial to add it without duplicating code.
    
    So instead just use standard pkgs.callPackages and pass refer to qt libs
    through pkgs.qt5
    infinisil committed Oct 7, 2019
    Copy the full SHA
    27605ce View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Merge pull request #70685 from Infinisil/fix/mumble-override

    mumble/murmur: Fix .override not working
    infinisil committed Oct 8, 2019
    Copy the full SHA
    70d692d View commit details
    Browse the repository at this point in the history