From 48e1e4fe3b89460086d2939bf790eea12455ef4d Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 4 Jun 2016 16:55:27 +0200 Subject: games/fetch-humble-bundle: Fix path to curl Since the merge of the closure-size branch, the curl binary now is in a dedicated output ".bin". Signed-off-by: aszlig --- pkgs/games/humblebundle/fetch-humble-bundle/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/humblebundle/fetch-humble-bundle/default.nix') 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 ''; } -- cgit 1.4.1