summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.3/manifest.sh
blob: f253ea27c0bfb461e1e0137962247b4ea5222ff3 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

KDE_MIRROR="${KDE_MIRROR:-http://download.kde.org}"

# The extra slash at the end of the URL is necessary to stop wget
# from recursing over the whole server! (No, it's not a bug.)
$(nix-build ../../.. -A autonix.manifest) \
    "${KDE_MIRROR}/unstable/plasma/5.2.95/" \
    -A '*.tar.xz'