mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
5 lines
157 B
Bash
Executable file
5 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
|