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: 70084e80a0c3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 00aebe90110f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 30, 2020

  1. musescore: Add missing inputs qtgraphicaleffects, qtquickcontrols2

    Although MuseScore builds and starts without these, it’s unusable
    because the left palette fails to render, with these errors:
    
    qrc:/qml/palettes/PalettesWidget.qml:21:1: module "QtQuick.Controls" version 2.1 is not installed
    
    or
    
    qrc:/qml/palettes/PalettesWidget.qml:47:5: Type PalettesWidgetHeader unavailable
    qrc:/qml/palettes/PalettesWidgetHeader.qml:37:5: Type StyledButton unavailable
    qrc:/qml/palettes/StyledButton.qml:22:1: module "QtGraphicalEffects" is not installed
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk committed May 30, 2020
    Copy the full SHA
    7ed1ae0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Merge pull request #89204 from andersk/musescore

    musescore: Add missing inputs qtgraphicaleffects, qtquickcontrols2
    grahamc committed Jun 23, 2020
    Copy the full SHA
    00aebe9 View commit details
    Browse the repository at this point in the history