qt5: make qt-5.4.1 default

This commit is contained in:
Thomas Tuegel
2015-03-24 17:14:56 -05:00
parent ad49ea230a
commit 5d1f6ad57c
31 changed files with 73 additions and 75 deletions
@@ -593,7 +593,7 @@ self: super: {
vivid = markBroken super.vivid;
# Test suite wants to connect to $DISPLAY.
hsqml = dontCheck super.hsqml;
hsqml = dontCheck (super.hsqml.override { qt5 = pkgs.qt53; });
# https://github.com/megantti/rtorrent-rpc/issues/1
rtorrent-rpc = markBroken super.rtorrent-rpc;