mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
fe0ab944db
The module definitions are factored out and shared between qt56 and qt59. The symlink farm which was created during builds is no longer needed.
7 lines
103 B
Nix
7 lines
103 B
Nix
{ qtModule, qtdeclarative }:
|
|
|
|
qtModule {
|
|
name = "qtquickcontrols";
|
|
qtInputs = [ qtdeclarative ];
|
|
}
|