mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 21:17:46 +00:00
7 lines
112 B
Nix
7 lines
112 B
Nix
{ qtSubmodule, qtdeclarative }:
|
|
|
|
qtSubmodule {
|
|
name = "qtgraphicaleffects";
|
|
qtInputs = [ qtdeclarative ];
|
|
}
|