7 lines
128 B
Nix
7 lines
128 B
Nix
|
{ qtModule, qtbase, qtwebsockets }:
|
||
|
|
||
|
qtModule {
|
||
|
pname = "qtwebglplugin";
|
||
|
propagatedBuildInputs = [ qtbase qtwebsockets ];
|
||
|
}
|