mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
7 lines
114 B
Nix
7 lines
114 B
Nix
|
{ qtModule, qtbase, qtwebsockets }:
|
||
|
|
||
|
qtModule {
|
||
|
name = "qtwebglplugin";
|
||
|
qtInputs = [ qtbase qtwebsockets ];
|
||
|
}
|