nixpkgs/pkgs
Maximilian Bosch 8d6502f8ca
phonon-backend-vlc: use qt5 by default
`minitube` is currently broken transitively due to the broken
`phonon-backend-qt4`: https://hydra.nixos.org/build/76523277

Although QT4 is fairly old, this package is still built with `qt4` ATM,
however QT5 is available as well. After this change, QT5 will be built
by default and in case anybody requires legacy QT4 it has to be enabled
explicitly like this:

```
with import <nixpkgs> { };
phonon-backend-vlc.override { withQt4 = true; }
```

Now the QT5-only build can be used (which fixes `minitube`) and there
are no confusions anymore with the build dependencies. Previously
`phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by
default which was likely responsible for broken `minitube`.
2018-06-26 17:34:34 +02:00
..
applications rambox: fix build (#42577) 2018-06-25 21:29:25 +02:00
build-support cc-wrapper: disable stackprotector for mingw 2018-06-23 22:05:26 -04:00
common-updater
data treewide: http -> https 2018-06-23 04:34:55 -07:00
desktops mate.mate-terminal: 1.20.0 -> 1.20.1 (#42485) 2018-06-24 19:36:39 +02:00
development phonon-backend-vlc: use qt5 by default 2018-06-26 17:34:34 +02:00
games Merge pull request #42432 from Pneumaticat/multimc 2018-06-25 11:53:02 +02:00
misc rpcs3: 0.0.4-8032 -> 0.0.5-6980 (#41414) 2018-06-25 11:45:50 +02:00
os-specific Merge pull request #42568 from dtzWill/fix/udisks2-musl-2.7.6-extend-glibc-fix-to-musl-too 2018-06-25 10:26:00 -05:00
servers Merge pull request #42542 from nh2/consul-alerts-0.5.0 2018-06-25 18:08:54 +02:00
shells Merge branch 'master' into staging 2018-06-20 18:17:18 +02:00
stdenv Merge staging into master 2018-06-23 08:23:24 +02:00
test Merge remote-tracking branch 'upstream/master' into staging 2018-06-18 15:30:39 -04:00
tools xidlehook: 0.4.8 -> 0.4.9 (#42573) 2018-06-25 21:18:57 +02:00
top-level phonon-backend-vlc: use qt5 by default 2018-06-26 17:34:34 +02:00