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