hsqml: use Qt 5.4

This commit is contained in:
Thomas Tuegel 2015-09-19 10:01:34 -05:00
parent 8df4cbe20f
commit b615fdc7c2

View File

@ -605,7 +605,7 @@ self: super: {
configuration-tools = dontCheck super.configuration-tools;
# Test suite wants to connect to $DISPLAY.
hsqml = dontCheck (super.hsqml.override { qt5 = pkgs.qt53; });
hsqml = dontCheck (super.hsqml.override { qt5 = pkgs.qt5Full; });
# HsColour: Language/Unlambda.hs: hGetContents: invalid argument (invalid byte sequence)
unlambda = dontHyperlinkSource super.unlambda;