mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
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;
|
||||
|
||||
# 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;
|
||||
|
|
Loading…
Reference in a new issue