3
0
Fork 0
forked from mirrors/nixpkgs

hsqml: use Qt 5.4

This commit is contained in:
Thomas Tuegel 2015-09-19 11:38:01 -05:00
parent e5b124e492
commit 4fd58511fb

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.qt5Full; });
hsqml = dontCheck (addExtraLibrary (super.hsqml.override { qt5 = pkgs.qt5Full; }) pkgs.mesa);
# HsColour: Language/Unlambda.hs: hGetContents: invalid argument (invalid byte sequence)
unlambda = dontHyperlinkSource super.unlambda;