This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
nsd-state-dir
nixpkgs
/
pkgs
/
development
/
libraries
/
qt-5
/
5.14
/
fetch.sh
3 lines
100 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
qt514.qt3d: fix upstream URL 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. (cherry picked from commit 042119cadebeea9034aa517b46d8ef4fd359a087)
2021-09-11 05:56:43 -07:00
WGET_ARGS
=
(
https://download.qt.io/archive/qt/5.14/5.14.2/submodules/
\
Revert "fetch-kde-qt.sh: get hashes from metadata" This reverts commit 4b7d9dc86800fa7b861f47ae0e6e3a8f097f9ce7. The KDE project has changed their source index pages so that the links to package metadata files are generated by JavaScript after the page loads. As a result, wget is no longer able to recursively fetch the package metadata automatically.
2020-12-24 05:58:53 -08:00
-A
'*.tar.xz'
)
Reference in New Issue
Copy Permalink