mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
230f71477b
Note: As with all Qt plugins, must set QT_QPA_PLATFORM_PLUGIN_PATH=~/.nix-profile/lib/qt-5.11/plugins for it to be found.
7 lines
114 B
Nix
7 lines
114 B
Nix
{ qtModule, qtbase, qtwebsockets }:
|
|
|
|
qtModule {
|
|
name = "qtwebglplugin";
|
|
qtInputs = [ qtbase qtwebsockets ];
|
|
}
|