Revert "qt5.qt3d: override src to include submodules"

This reverts commit 886104ad30e88fb37e2b93cac0fd41d469625860.
This commit is contained in:
Nick Cao 2023-01-15 17:30:10 +08:00
parent 5682b90ffa
commit 231d0821c7
No known key found for this signature in database

View file

@ -22,19 +22,6 @@ let
in
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
# mostly maintained by the community.
qtwebkit = rec {