Skip to content

Commit

Permalink
makeQtWrapper: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 24, 2017
1 parent 056db1c commit d8f297d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/qt-5/5.7/default.nix
Expand Up @@ -107,7 +107,7 @@ let

makeQtWrapper =
makeSetupHook
{ deps = [ makeWrapper dconf.lib gtk ]; }
{ deps = [ makeWrapper dconf gtk3 ]; }
../make-qt-wrapper.sh;

qmakeHook =
Expand Down

3 comments on commit d8f297d

@periklis
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we pick this commit for master too?

@periklis
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and btw 5.8 is broken too.

@globin
Copy link
Member Author

@globin globin commented on d8f297d Mar 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5.7 fixed in: dd385d9

Cannot reproduce on 5.8

Please sign in to comment.