nixpkgs/pkgs/applications/kde-apps-15.04/packages.sh

23 lines
620 B
Bash
Raw Normal View History

2015-06-15 15:50:39 +00:00
#!/bin/sh
set -x
origin="$(pwd)"
# if setting KDE_MIRROR, be sure to set --cut-dirs=N in MANIFEST_EXTRA_ARGS
KDE_MIRROR="${KDE_MIRROR:-http://download.kde.org}"
alias nix-build="nix-build --no-out-link \"$origin/../../..\""
# 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) \
2015-07-18 20:51:41 +00:00
"${KDE_MIRROR}/stable/applications/15.04.3/" \
2015-06-15 15:50:39 +00:00
"$@" -A '*.tar.xz'
AUTONIX_DEPS_KF5=${AUTONIX_DEPS_KF5:-"$(nix-build -A haskellPackages.autonix-deps-kf5)/bin/kf5-deps"}
2015-06-15 15:50:39 +00:00
$AUTONIX_DEPS_KF5 manifest.json
rm manifest.json