mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00: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" ];
|
|
}
|