3
0
Fork 0
forked from mirrors/nixpkgs

helmholtz: unset the curl user-agent to fix the download

I've checked this with the developer to ensure it isn't blocked
deliberately and she said it was just a problem with the hosting
provider, so it is fine to work around it.
This commit is contained in:
Cillian de Róiste 2015-09-01 13:17:35 +02:00
parent 6864526329
commit 3c7f1431c0

View file

@ -6,6 +6,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://www.katjaas.nl/helmholtz/helmholtz~.zip";
name = "helmholtz.zip";
curlOpts = "--user-agent ''";
sha256 = "0h1fj7lmvq9j6rmw33rb8k0byxb898bi2xhcwkqalb84avhywgvs";
};