mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
8 lines
136 B
Nix
8 lines
136 B
Nix
{ qtModule, qtdeclarative }:
|
|
|
|
qtModule {
|
|
pname = "qtgraphicaleffects";
|
|
qtInputs = [ qtdeclarative ];
|
|
outputs = [ "out" "dev" ];
|
|
}
|