mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
cd7d8a60b4
Qt 5.8 is now the default version.
7 lines
110 B
Nix
7 lines
110 B
Nix
{ qtSubmodule, qtdeclarative }:
|
|
|
|
qtSubmodule {
|
|
name = "qtquickcontrols2";
|
|
qtInputs = [ qtdeclarative ];
|
|
}
|