nixpkgs/pkgs/development/libraries/qt-6
Nick Cao fca522b538
qt6.qtbase: set strictDeps, remove python3 from buildInputs to reduce closure size
python3 is references in the shebang of three scripts:

/nix/store/gbi67akslfd2n5d8q4vxpy8qzih31myl-qtbase-6.5.0
└───libexec/qt-testrunner.py: …#!/nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10/bin/python3.# C…
    libexec/sanitizer-testrunner.py: …#!/nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10/bin/python3.# C…
    mkspecs/features/uikit/devices.py: …#!/nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10/bin/python3.# C…
    → /nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10

All of them are normally not used in the build process of packages thus
the shebangs batching can be safely skipped.
2023-04-16 22:17:29 +08:00
..
hooks qt6: move mkspecs/modules to dev output 2023-04-16 22:17:25 +08:00
modules qt6.qtbase: set strictDeps, remove python3 from buildInputs to reduce closure size 2023-04-16 22:17:29 +08:00
patches qt6.qtbase: refresh patches 2023-04-16 22:17:25 +08:00
default.nix qt6.full: add missing modules 2023-04-16 22:17:28 +08:00
fetch.sh qt6: 6.4.3 -> 6.5.0 2023-04-16 22:17:24 +08:00
qt-env.nix qt6: fix references to qmake 2023-04-14 19:09:57 +08:00
qtModule.nix qt6: avoid building under /tmp on darwin 2023-04-14 21:11:09 +03:00
srcs.nix qt6: 6.4.3 -> 6.5.0 2023-04-16 22:17:24 +08:00