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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
128 B
Nix
Raw Normal View History

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