unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob a7e2003aff9d5beada90c93040a57dc6eadc2f03 567 bytes (raw)
name: gnu/packages/patches/rust-1.70-fix-rustix-build.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
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",

debug log:

solving a7e2003 ...
found a7e2003 in https://yhetil.org/guix-patches/7e849ca25c4cceb184058d3a897c5462896d5695.1690176958.git.fries1234@protonmail.com/ ||
	https://yhetil.org/guix-patches/1bbbeed9c7c6e50464bee042e8dd06e9cd62c4c2.1690094273.git.fries1234@protonmail.com/

applying [1/1] https://yhetil.org/guix-patches/7e849ca25c4cceb184058d3a897c5462896d5695.1690176958.git.fries1234@protonmail.com/
diff --git a/gnu/packages/patches/rust-1.70-fix-rustix-build.patch b/gnu/packages/patches/rust-1.70-fix-rustix-build.patch
new file mode 100644
index 0000000000..a7e2003aff

1:10: trailing whitespace.
 
1:15: trailing whitespace.
 
Checking patch gnu/packages/patches/rust-1.70-fix-rustix-build.patch...
Applied patch gnu/packages/patches/rust-1.70-fix-rustix-build.patch cleanly.
warning: 2 lines add whitespace errors.

skipping https://yhetil.org/guix-patches/1bbbeed9c7c6e50464bee042e8dd06e9cd62c4c2.1690094273.git.fries1234@protonmail.com/ for a7e2003aff
index at:
100644 a7e2003aff9d5beada90c93040a57dc6eadc2f03	gnu/packages/patches/rust-1.70-fix-rustix-build.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).