Skip to content

Commit

Permalink
qt57.makeQtWrapper: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 24, 2017
1 parent c24e7f7 commit dd385d9
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.lib gtk3 ]; }
(if stdenv.isDarwin then ../make-qt-wrapper-darwin.sh else ../make-qt-wrapper.sh);

qmakeHook =
Expand Down

1 comment on commit dd385d9

@abbradar
Copy link
Member

Choose a reason for hiding this comment

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

Sorry for that. We really need to unify this code across Qt versions...

Please sign in to comment.