mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-09 14:33:22 +00:00
7 lines
111 B
Nix
7 lines
111 B
Nix
{ qtModule, qtbase, qtdeclarative }:
|
|
|
|
qtModule {
|
|
pname = "qtscxml";
|
|
qtInputs = [ qtbase qtdeclarative ];
|
|
}
|