nixpkgs/pkgs
Maximilian Bosch 37032db583 chessx: fix build (#46359)
See https://hydra.nixos.org/build/80998335.

Upstream doesn't support QT 5.11 ATM which broke compilation:

```
src/dialogs/savedialog.cpp: In constructor ‘SaveDialog::SaveDialog(QWidget*, Qt::WindowFlags)’:
src/dialogs/savedialog.cpp:37:34: error: invalid use of incomplete type ‘class QButtonGroup’
     group = new QButtonGroup(this);
```

The Arch community recommends to use an older QT version to fix
this (https://aur.archlinux.org/packages/chessx/).

Furthermore the `QT_PLUGIN_PATH` wasn't set properly which broke the
runtime since QT coudln't find the `xcb` plugin:

```
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.
```

Finally, some minor style fixes were made for consistent indentation.

Addresses #45960
2018-09-08 14:19:24 +02:00
..
applications josm: 14066 -> 14178 2018-09-08 13:42:49 +02:00
build-support Merge branch 'no-toPath' 2018-09-06 08:09:53 -04:00
common-updater
data Merge pull request #46347 from markuskowa/homepage-3 2018-09-08 01:36:16 +02:00
desktops Merge pull request #45045 from jtojnar/rygel 2018-09-08 06:22:37 +01:00
development pythonPackages.pycaption: fix build (#46356) 2018-09-08 11:20:47 +02:00
games chessx: fix build (#46359) 2018-09-08 14:19:24 +02:00
misc yabause: 0.9.14 -> 0.9.15 (#46353) 2018-09-08 13:58:50 +02:00
os-specific swift-corelibs.corefoundation: update and modernize 2018-09-08 03:08:16 -04:00
servers home-assistant: 0.77.2 -> 0.77.3 2018-09-06 20:22:56 +02:00
shells zsh: 5.5.1 -> 5.6 (#46052) 2018-09-04 23:32:43 +02:00
stdenv Merge pull request #46148 from obsidiansystems/plain-system-host 2018-09-06 09:37:20 -04:00
test pkgs/tests: Add test for LD_LIBRARY_PATH 2018-08-01 19:02:21 +03:00
tools kdecoration-viewer: Fixes build (#46339) 2018-09-08 01:38:56 +02:00
top-level chessx: fix build (#46359) 2018-09-08 14:19:24 +02:00