mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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.3/ -A '*.tar.xz' \
|
|
>pkgs/desktops/kde-5/plasma/srcs.nix
|