Unverified Commit 8afd7c6e authored by h7x4's avatar h7x4
Browse files

vcpkg-tool: move some deps to `buildInputs`

parent d603719e
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -29,12 +29,15 @@ stdenv.mkDerivation (finalAttrs: {

  nativeBuildInputs = [
    cmake
    cmakerc
    fmt
    ninja
    makeWrapper
  ];

  buildInputs = [
    cmakerc
    fmt
  ];

  patches = [
    ./change-lock-location.patch
  ];