mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 06:03:40 +00:00
7 lines
111 B
Nix
7 lines
111 B
Nix
{ qtModule, qtbase, qtdeclarative }:
|
|
|
|
qtModule {
|
|
pname = "qtscxml";
|
|
qtInputs = [ qtbase qtdeclarative ];
|
|
}
|