forked from mirrors/nixpkgs
6 lines
157 B
Bash
Executable file
6 lines
157 B
Bash
Executable file
#!/bin/sh
|
|
|
|
./maintainers/scripts/fetch-kde-qt.sh \
|
|
http://download.kde.org/stable/plasma/5.7.2/ -A '*.tar.xz' \
|
|
>pkgs/desktops/kde-5/plasma/srcs.nix
|