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

Commits on Jan 7, 2020

  1. muse: Use wrapQtAppsHook.

    Fixes this error:
    
    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
    This application failed to start because no Qt platform plugin could
    be initialized. Reinstalling the application may fix this problem.
    
    Aborted (core dumped)
    
    Also, remove the unnecessary build input `gitFull`, and enable
    parallel building.
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk committed Jan 7, 2020
    Copy the full SHA
    1bcb6fb View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Merge pull request #75405 from andersk/muse

    muse: Use wrapQtAppsHook
    worldofpeace committed Jan 29, 2020
    Copy the full SHA
    9ef088c View commit details
    Browse the repository at this point in the history