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:
parent
6864526329
commit
3c7f1431c0
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue