qt5.qt3d: override src to include submodules
This commit is contained in:
parent
e8eca3365d
commit
c140730d40
1 changed files with 13 additions and 0 deletions
|
@ -22,6 +22,19 @@ let
|
||||||
in
|
in
|
||||||
lib.mapAttrs mk (lib.importJSON ./srcs-generated.json)
|
lib.mapAttrs mk (lib.importJSON ./srcs-generated.json)
|
||||||
// {
|
// {
|
||||||
|
qt3d = {
|
||||||
|
inherit version;
|
||||||
|
src = fetchgit {
|
||||||
|
url = "https://invent.kde.org/qt/qt/qt3d.git";
|
||||||
|
rev = "c3c7e6ebc29cce466d954f72f340a257d76b5ec2";
|
||||||
|
sha256 = "sha256-KMWZ4N2OO7TBVpcgvQf/gweZRT62i9XABOnq0x94PY4=";
|
||||||
|
fetchLFS = false;
|
||||||
|
fetchSubmodules = true;
|
||||||
|
deepClone = false;
|
||||||
|
leaveDotGit = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# qtwebkit does not have an official release tarball on the qt mirror and is
|
# qtwebkit does not have an official release tarball on the qt mirror and is
|
||||||
# mostly maintained by the community.
|
# mostly maintained by the community.
|
||||||
qtwebkit = rec {
|
qtwebkit = rec {
|
||||||
|
|
Loading…
Reference in a new issue