mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
042119cade
hydra can't build qt514.qt3d binary as it fails to fetch the tarball from outdated source from: https://download.qt.io/official_releases/qt/ as it only contains `5.12`, `5.15`, `6.0` and `6.2`. `/archive` still has the releases: https://download.qt.io/archive/qt/5.14/5.14.2/submodules/ Let's use those instead.
3 lines
100 B
Bash
3 lines
100 B
Bash
WGET_ARGS=( https://download.qt.io/archive/qt/5.14/5.14.2/submodules/ \
|
|
-A '*.tar.xz' )
|