mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01: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" ];
|
|
}
|