mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
kdeApps_15_04: fix source urls
This commit is contained in:
parent
db3b86560f
commit
2a7a94d835
2 changed files with 2045 additions and 10 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# if setting KDE_MIRROR, be sure to set --cut-dirs=N in MANIFEST_EXTRA_ARGS
|
||||
KDE_MIRROR="${KDE_MIRROR:-http://download.kde.org}"
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
|
@ -8,7 +9,7 @@ if [ $# -eq 0 ]; then
|
|||
# from recursing over the whole server! (No, it's not a bug.)
|
||||
$(nix-build ../../.. -A autonix.manifest) \
|
||||
"${KDE_MIRROR}/stable/applications/15.04.0/" \
|
||||
-A '*.tar.xz'
|
||||
$MANIFEST_EXTRA_ARGS -A '*.tar.xz'
|
||||
|
||||
else
|
||||
|
||||
|
|
Loading…
Reference in a new issue