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: 5a18a52a577b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 97bdd2d24632
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 6, 2021

  1. chiaki: use mkDerivation for QT5 application

    Commit fe11512 ("chiaki: cleanup package") replaced mkDerivation
    with stdenv mkDerivation, which is wrong for QT5 applications and
    results in the following error on start:
    
      qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
      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.
    
    also see [1] in the manual. Fix the package by using mkDerivation again.
    
    [1]: https://nixos.org/manual/nixpkgs/unstable/#sec-language-qt
    
    Fixes: fe11512 ("chiaki: cleanup package")
    Emantor committed Jan 6, 2021
    Copy the full SHA
    ca0e2ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108560 from Emantor/fix/chiaki

    chiaki: use mkDerivation for QT5 application
    prusnak committed Jan 6, 2021
    Copy the full SHA
    97bdd2d View commit details
    Browse the repository at this point in the history