mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
6 lines
171 B
Bash
Executable file
6 lines
171 B
Bash
Executable file
#!/bin/sh
|
|
|
|
./maintainers/scripts/fetch-kde-qt.sh \
|
|
http://download.kde.org/stable/applications/16.08.0/ -A '*.tar.xz' \
|
|
>pkgs/desktops/kde-5/applications/srcs.nix
|