This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-26 15:44:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
26ac1d5db9
nixpkgs
/
pkgs
/
development
/
libraries
/
qt-5
/
5.14
/
fetch.sh
3 lines
109 B
Bash
Raw
Normal View
History
Unescape
Escape
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 13:58:53 +00:00
WGET_ARGS
=
(
http://download.qt.io/official_releases/qt/5.14/5.14.2/submodules/
\
-A
'*.tar.xz'
)
Reference in New Issue
Copy Permalink