~ruther/guix-local

ref: e68ec94fdb4c00a950480e845bc3746d6f01ce97 guix-local/gnu/packages/patches/rust-1.70-fix-rustix-build.patch -rw-r--r-- 596 bytes
e68ec94f — Christopher Baines gnu: guix-build-coordinator: Update to 0-136.a1c18b1. a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@@ -0,0 +1,20 @@
--- 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
@@ -45,7 +45,7 @@

 [target."cfg(unix)".dependencies.rustix]
 version = "0.37.0"
-features = ["fs"]
+features = ["fs", "cc"]

 [target."cfg(windows)".dependencies.windows-sys]
 version = "0.45.0"
--- a/src/bootstrap/Cargo.lock 2023-07-11 20:32:40.000000000 -0700
+++ b/src/bootstrap/Cargo.lock 2023-07-14 22:41:53.269284713 -0700
@@ -618,6 +618,7 @@
 dependencies = [
  "bitflags",
+ "cc",
  "errno",
  "io-lifetimes",
  "libc",