mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 14:13:35 +00:00
8 lines
140 B
Nix
8 lines
140 B
Nix
{ qtModule, qtdeclarative }:
|
|
|
|
qtModule {
|
|
pname = "qtquickcontrols2";
|
|
qtInputs = [ qtdeclarative ];
|
|
outputs = [ "out" "dev" "bin" ];
|
|
}
|