about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/fetch-humble-bundle/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/fetch-humble-bundle/default.nix')
-rw-r--r--pkgs/games/humblebundle/fetch-humble-bundle/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/humblebundle/fetch-humble-bundle/default.nix b/pkgs/games/humblebundle/fetch-humble-bundle/default.nix
index fbabaa8c..3b8a722e 100644
--- a/pkgs/games/humblebundle/fetch-humble-bundle/default.nix
+++ b/pkgs/games/humblebundle/fetch-humble-bundle/default.nix
@@ -81,7 +81,7 @@ in stdenv.mkDerivation {
   buildCommand = ''
     url="$(python "${getDownloadURL}")"
     header "downloading $name from $url"
-    ${curl}/bin/curl --cacert "${cafile}" --fail --output "$out" "$url"
+    ${curl.bin}/bin/curl --cacert "${cafile}" --fail --output "$out" "$url"
     stopNest
   '';
 }