Unverified Commit c380d4f0 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #321277 from h7x4/pkgs-fix-vcpkg-tool-cross

vcpkg-tool: move some deps to `buildInputs`
parents eb605967 8afd7c6e
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
  ];