mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
7 lines
159 B
Nix
7 lines
159 B
Nix
{ qtSubmodule, qtquickcontrols, qtlocation, qtwebchannel }:
|
|
|
|
qtSubmodule {
|
|
name = "qtwebengine";
|
|
qtInputs = [ qtquickcontrols qtlocation qtwebchannel ];
|
|
}
|