summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgenii Lepikhin <e.lepihin@postgrespro.ru>2023-12-30 17:48:09 +0300
committerEvgenii Lepikhin <e.lepihin@postgrespro.ru>2023-12-30 17:48:09 +0300
commit48de3c61f0792a0d67415ea2c237555d204ffa2c (patch)
tree1dd9e81d6a18870092d97759f6073a247a4af86f
parentfeat: Enable bluetooth fast-connectable (diff)
downloadjohnlepikhin-guix-channel-48de3c61f0792a0d67415ea2c237555d204ffa2c.tar.gz
fix: Added missing patch
-rw-r--r--johnlepikhin/packages/patches/rust-1.75-fix-rustix-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/johnlepikhin/packages/patches/rust-1.75-fix-rustix-build.patch b/johnlepikhin/packages/patches/rust-1.75-fix-rustix-build.patch
new file mode 100644
index 0000000..7d61706
--- /dev/null
+++ b/johnlepikhin/packages/patches/rust-1.75-fix-rustix-build.patch
@@ -0,0 +1,11 @@
+--- a/vendor/fd-lock/Cargo.toml 2023-05-31 14:44:48.000000000 -0700
++++ b/vendor/fd-lock/Cargo.toml 2023-07-14 21:19:34.637702319 -0700
+@@ -42,7 +42,7 @@
+
+ [target."cfg(unix)".dependencies.rustix]
+ version = "0.38.0"
+-features = ["fs"]
++features = ["fs", "cc"]
+
+ [target."cfg(windows)".dependencies.windows-sys]
+ version = "0.48.0"