nixpkgs/pkgs/desktops/plasma-5.3/manifest.sh

10 lines
300 B
Bash
Raw Normal View History

2015-04-20 01:50:03 +00:00
#!/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'