debootstrap: add wget also to PATH

+2 -2
+2 -2
pkgs/tools/misc/debootstrap/default.nix
··· 13 sha256 = "1gq5r4fa0hrq4c69l2s0ygnfyvr90k2wqaq15s869hayhnssx4g1"; 14 }; 15 16 - buildInputs = [ dpkg gettext gawk perl ]; 17 18 dontBuild = true; 19 ··· 39 --subst-var-by id "$(type -p id)" \ 40 --subst-var-by perl "$(type -p perl)" \ 41 --subst-var-by uname "$(type -p uname)" \ 42 - --subst-var-by wget "${wget}/bin/wget" 43 done 44 45
··· 13 sha256 = "1gq5r4fa0hrq4c69l2s0ygnfyvr90k2wqaq15s869hayhnssx4g1"; 14 }; 15 16 + buildInputs = [ dpkg gettext gawk perl wget ]; 17 18 dontBuild = true; 19 ··· 39 --subst-var-by id "$(type -p id)" \ 40 --subst-var-by perl "$(type -p perl)" \ 41 --subst-var-by uname "$(type -p uname)" \ 42 + --subst-var-by wget "$(type -p wget)" 43 done 44 45