summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorPetr Rockai <me@mornfall.net>2014-02-27 23:43:57 +0100
committerPetr Rockai <me@mornfall.net>2014-02-28 11:23:52 +0100
commit6b43db580474ae96627c6b3784c136b56f30dde3 (patch)
tree1a549a58fb1b55a9ef24944d9edb60e243806bd0 /nix
parentea5ec4ad51e3270b6b4337822d248d5bdbe12ddc (diff)
downloadlvm2-6b43db580474ae96627c6b3784c136b56f30dde3.tar.gz
NIX: Change the URL for the lcov RPM to a more canonic location.
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 9a688dd6b..75c727763 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -17,7 +17,7 @@ let
# fc16 lcov is broken and el6 has none... be creative
prepareImagePhase = ''
rpm -Uv ${pkgs.fetchurl {
- url="ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/updates/16/i386/lcov-1.9-2.fc16.noarch.rpm";
+ url = "http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/16/i386/lcov-1.9-2.fc16.noarch.rpm";
sha256 = "0ycdh5mb7p5ll76mqk0p6gpnjskvxxgh3a3bfr1crh94nvpwhp4z"; }}
dmesg -n 1 # avoid spilling dmesg into the main log, we capture it in harness
'';