forked from mirrors/nixpkgs
hsqml: use Qt 5.4
This commit is contained in:
parent
e5b124e492
commit
4fd58511fb
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue