vcpkg-tool: fix build by pinning fmt dependency to v11
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
cmake,
|
cmake,
|
||||||
cmakerc,
|
cmakerc,
|
||||||
curl,
|
curl,
|
||||||
fmt,
|
fmt_11,
|
||||||
git,
|
git,
|
||||||
gzip,
|
gzip,
|
||||||
meson,
|
meson,
|
||||||
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmakerc
|
cmakerc
|
||||||
fmt
|
fmt_11
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|||||||
Reference in New Issue
Block a user