diff --git a/Documentation/BuildInstructionsOther.md b/Documentation/BuildInstructionsOther.md index 49688314759..3bc1120cede 100644 --- a/Documentation/BuildInstructionsOther.md +++ b/Documentation/BuildInstructionsOther.md @@ -47,6 +47,7 @@ stdenv.mkDerivation { patch ccache rsync + unzip # Example Build-time Additional Dependencies pkgconfig @@ -55,6 +56,7 @@ stdenv.mkDerivation { # Example Run-time Additional Dependencies openssl x11 + qemu # glibc ]; hardeningDisable = [ "format" "fortify" ];