hsqml: use Qt 5.4
This commit is contained in:
parent
8df4cbe20f
commit
b615fdc7c2
@ -605,7 +605,7 @@ self: super: {
|
|||||||
configuration-tools = dontCheck super.configuration-tools;
|
configuration-tools = dontCheck super.configuration-tools;
|
||||||
|
|
||||||
# Test suite wants to connect to $DISPLAY.
|
# 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)
|
# HsColour: Language/Unlambda.hs: hGetContents: invalid argument (invalid byte sequence)
|
||||||
unlambda = dontHyperlinkSource super.unlambda;
|
unlambda = dontHyperlinkSource super.unlambda;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user