This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-25 03:17:13 +00:00
Code
Issues
Wiki
Activity
1a65c5df5f
nixpkgs
/
pkgs
/
desktops
/
plasma-5
/
fetch.sh
2 lines
75 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
=
(
https://download.kde.org/stable/plasma/5.20.4/ -A
'*.tar.xz'
)
Copy permalink