fixed wgetpaste to make it work without having to have wget in the profile

svn path=/nixpkgs/trunk/; revision=34381
This commit is contained in:
Joachim Schiele 2012-06-08 12:20:41 +00:00
parent 3c74283d03
commit b6ee9fb5c0

View File

@ -10,6 +10,7 @@
prePatch = ''
substituteInPlace wgetpaste --replace "/usr/bin/env bash" "${bash}/bin/bash"
substituteInPlace wgetpaste --replace "LC_ALL=C wget" "LC_ALL=C ${wget}/bin/wget"
'';
installPhase = ''