mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
10 lines
114 B
Nix
10 lines
114 B
Nix
{ qtModule
|
|
, qtbase
|
|
, qtquick3d
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qtquick3dphysics";
|
|
qtInputs = [ qtbase qtquick3d ];
|
|
}
|