debootstrap: add wget also to PATH
This commit is contained in:
parent
c9e2ebeb96
commit
dafe0ab814
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1gq5r4fa0hrq4c69l2s0ygnfyvr90k2wqaq15s869hayhnssx4g1";
|
sha256 = "1gq5r4fa0hrq4c69l2s0ygnfyvr90k2wqaq15s869hayhnssx4g1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dpkg gettext gawk perl ];
|
buildInputs = [ dpkg gettext gawk perl wget ];
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
--subst-var-by id "$(type -p id)" \
|
--subst-var-by id "$(type -p id)" \
|
||||||
--subst-var-by perl "$(type -p perl)" \
|
--subst-var-by perl "$(type -p perl)" \
|
||||||
--subst-var-by uname "$(type -p uname)" \
|
--subst-var-by uname "$(type -p uname)" \
|
||||||
--subst-var-by wget "${wget}/bin/wget"
|
--subst-var-by wget "$(type -p wget)"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user