about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/qt-5/modules/qtwebglplugin.nix
blob: 444d0c1beae8895266cff331841d58a92a1df403 (plain) (blame)
1
2
3
4
5
6
{ qtModule, qtbase, qtwebsockets }:

qtModule {
  name = "qtwebglplugin";
  qtInputs = [ qtbase qtwebsockets ];
}