mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-08 22:14:34 +00:00
10 lines
116 B
Nix
10 lines
116 B
Nix
{ qtModule
|
|
, qtbase
|
|
, qtquick3d
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qtquickeffectmaker";
|
|
qtInputs = [ qtbase qtquick3d ];
|
|
}
|