nixpkgs/pkgs/development/libraries/qt-5/modules/qtwebglplugin.nix

7 lines
114 B
Nix
Raw Normal View History

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