mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 04:33:57 +00:00
7 lines
115 B
Nix
7 lines
115 B
Nix
{ qtModule, qtbase, qtwebsockets }:
|
|
|
|
qtModule {
|
|
pname = "qtwebglplugin";
|
|
qtInputs = [ qtbase qtwebsockets ];
|
|
}
|