all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 59141cdce93d23c9b43c6e16da5679f54a3c9ebd 1273 bytes (raw)
name: gnu/packages/patches/rust-arboard-2-unix-only.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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
 
diff --git a/Cargo.toml b/Cargo.toml
index 1d3f38d..7661aad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,11 +47,7 @@ version = "2.1"
 [features]
 default = ["image-data"]
 image-data = [
-    "core-graphics",
     "image",
-    "winapi/minwindef",
-    "winapi/wingdi",
-    "winapi/winnt",
 ]
 wayland-data-control = ["wl-clipboard-rs"]
 
@@ -73,36 +69,3 @@ optional = true
 
 [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.x11rb]
 version = "0.9"
-
-[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
-version = "0.22"
-optional = true
-
-[target."cfg(target_os = \"macos\")".dependencies.image]
-version = "0.23"
-features = ["tiff"]
-optional = true
-default-features = false
-
-[target."cfg(target_os = \"macos\")".dependencies.objc]
-version = "0.2"
-
-[target."cfg(target_os = \"macos\")".dependencies.objc-foundation]
-version = "0.1"
-
-[target."cfg(target_os = \"macos\")".dependencies.objc_id]
-version = "0.1"
-
-[target."cfg(windows)".dependencies.clipboard-win]
-version = "4.2"
-
-[target."cfg(windows)".dependencies.log]
-version = "0.4"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = [
-    "basetsd",
-    "winuser",
-    "winbase",
-]

debug log:

solving 59141cdce9 ...
found 59141cdce9 in https://yhetil.org/guix/20240314211638.6190-19-herman@rimm.ee/

applying [1/1] https://yhetil.org/guix/20240314211638.6190-19-herman@rimm.ee/
diff --git a/gnu/packages/patches/rust-arboard-2-unix-only.patch b/gnu/packages/patches/rust-arboard-2-unix-only.patch
new file mode 100644
index 0000000000..59141cdce9

1:22: trailing whitespace.
 
1:24: trailing whitespace.
 
Checking patch gnu/packages/patches/rust-arboard-2-unix-only.patch...
Applied patch gnu/packages/patches/rust-arboard-2-unix-only.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 59141cdce93d23c9b43c6e16da5679f54a3c9ebd	gnu/packages/patches/rust-arboard-2-unix-only.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.