mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 05:14:45 +00:00
10 lines
118 B
Nix
10 lines
118 B
Nix
{ qtModule
|
|
, qtdeclarative
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qtdoc";
|
|
qtInputs = [ qtdeclarative ];
|
|
outputs = [ "out" ];
|
|
}
|