brainix/sources/nixpkgs/pkgs/development/libraries/qt-5/modules/qtwebglplugin.nix
2026-02-13 17:06:24 +09:00

6 lines
114 B
Nix

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