unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 02efc21928f8c4e042f73b026076e58f4ad76f2b 1343 bytes (raw)
name: gnu/packages/patches/rust-arboard-3-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
54
 
diff --git a/Cargo.toml b/Cargo.toml
index 1921528..2f45618 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,9 +45,7 @@ version = "0.9.0"
 [features]
 default = ["image-data"]
 image-data = [
-    "core-graphics",
     "image",
-    "windows-sys",
 ]
 wayland-data-control = ["wl-clipboard-rs"]
 
@@ -69,39 +67,3 @@ optional = true
 
 [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.x11rb]
 version = "0.13"
-
-[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
-version = "0.23"
-optional = true
-
-[target."cfg(target_os = \"macos\")".dependencies.image]
-version = "0.24"
-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 = "5.0.0"
-
-[target."cfg(windows)".dependencies.log]
-version = "0.4"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Graphics_Gdi",
-    "Win32_System_DataExchange",
-    "Win32_System_Memory",
-    "Win32_System_Ole",
-]
-optional = true

debug log:

solving 02efc21928 ...
found 02efc21928 in https://yhetil.org/guix-patches/20240314211638.6190-17-herman@rimm.ee/

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

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

index at:
100644 02efc21928f8c4e042f73b026076e58f4ad76f2b	gnu/packages/patches/rust-arboard-3-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 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).