mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
vcpkg-tool: add missing runtime deps
This commit is contained in:
parent
c91ba428da
commit
d801c41d12
@ -5,6 +5,7 @@
|
||||
, cacert
|
||||
, cmake
|
||||
, cmakerc
|
||||
, curl
|
||||
, fmt
|
||||
, git
|
||||
, gzip
|
||||
@ -12,6 +13,7 @@
|
||||
, ninja
|
||||
, openssh
|
||||
, python3
|
||||
, unzip
|
||||
, zip
|
||||
, zstd
|
||||
, extraRuntimeDeps ? []
|
||||
@ -55,12 +57,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runtimeDeps = [
|
||||
cacert
|
||||
cmake
|
||||
curl
|
||||
git
|
||||
gzip
|
||||
meson
|
||||
ninja
|
||||
openssh
|
||||
python3
|
||||
unzip
|
||||
zip
|
||||
zstd
|
||||
] ++ extraRuntimeDeps;
|
||||
|
Loading…
Reference in New Issue
Block a user