summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.2/manifest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5.2/manifest.sh')
-rwxr-xr-xpkgs/desktops/plasma-5.2/manifest.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/desktops/plasma-5.2/manifest.sh b/pkgs/desktops/plasma-5.2/manifest.sh
deleted file mode 100755
index ec5e9f5ac3e..00000000000
--- a/pkgs/desktops/plasma-5.2/manifest.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-if [ $# -eq 0 ]; then
-
-  # 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) \
-      http://download.kde.org/stable/plasma/5.2.2/ \
-      -A '*.tar.xz'
-
-else
-
-  $(nix-build ../../.. -A autonix.manifest) -A '*.tar.xz' "$@"
-
-fi