mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
9bbd4f653f
This shrank my system closure by about 192 MiB.
8 lines
135 B
Nix
8 lines
135 B
Nix
{ qtModule, qtdeclarative }:
|
|
|
|
qtModule {
|
|
name = "qtgraphicaleffects";
|
|
qtInputs = [ qtdeclarative ];
|
|
outputs = [ "out" "dev" ];
|
|
}
|