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

7 lines
128 B
Nix
Raw Normal View History

{ qtModule, qtbase, qtwebsockets }:
qtModule {
pname = "qtwebglplugin";
propagatedBuildInputs = [ qtbase qtwebsockets ];
}