opam: propagate curl
and unzip
dependencies
These are required for `opam init` to succeed. Closes #14466 Cc @henrytill
This commit is contained in:
parent
96fddac691
commit
06c7d4d40d
@ -73,7 +73,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/opam \
|
wrapProgram $out/bin/opam \
|
||||||
--suffix PATH : ${aspcud}/bin
|
--suffix PATH : ${aspcud}/bin:${unzip}/bin:${curl}/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user