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