about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.4/manifest.sh
blob: 780269a6417aa5d88e24cc17c278b353caee3bf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/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'