summary refs log tree commit diff
path: root/pkgs/applications/audio/pd-plugins/helmholtz/default.nix
diff options
context:
space:
mode:
authorCillian de Róiste <deroiste@syslab.com>2015-09-01 13:17:35 +0200
committerCillian de Róiste <deroiste@syslab.com>2015-09-01 13:17:35 +0200
commit3c7f1431c02f53b6aec561e383a3b4b0d33b5621 (patch)
treeb8dd56022b370c562cc2c646dacfa322d26ee8b9 /pkgs/applications/audio/pd-plugins/helmholtz/default.nix
parent6864526329135433e06abf7ca3ff97ea8582325c (diff)
downloadnixpkgs-3c7f1431c02f53b6aec561e383a3b4b0d33b5621.tar
nixpkgs-3c7f1431c02f53b6aec561e383a3b4b0d33b5621.tar.gz
nixpkgs-3c7f1431c02f53b6aec561e383a3b4b0d33b5621.tar.bz2
nixpkgs-3c7f1431c02f53b6aec561e383a3b4b0d33b5621.tar.lz
nixpkgs-3c7f1431c02f53b6aec561e383a3b4b0d33b5621.tar.xz
nixpkgs-3c7f1431c02f53b6aec561e383a3b4b0d33b5621.tar.zst
nixpkgs-3c7f1431c02f53b6aec561e383a3b4b0d33b5621.zip
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.
Diffstat (limited to 'pkgs/applications/audio/pd-plugins/helmholtz/default.nix')
-rw-r--r--pkgs/applications/audio/pd-plugins/helmholtz/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/pd-plugins/helmholtz/default.nix b/pkgs/applications/audio/pd-plugins/helmholtz/default.nix
index 9046ec0a87f..8f04bf116a6 100644
--- a/pkgs/applications/audio/pd-plugins/helmholtz/default.nix
+++ b/pkgs/applications/audio/pd-plugins/helmholtz/default.nix
@@ -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";
   };