mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
10 lines
298 B
Bash
Executable file
10 lines
298 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
# 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 ../../../../.. --no-out-link -A autonix.manifest) \
|
|
http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/ \
|
|
-A '*.tar.xz'
|