unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 3e300ea69e508b40a33eb747e044d01b45ab15a9 671 bytes (raw)
name: gnu/packages/patches/rust-openssl-sys-no-vendor.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
 
https://sources.debian.org/data/main/r/rust-openssl-sys/0.9.53-1/debian/patches/disable-vendor.patch
"MIT" licensed according to debian/copyright file
slightly modified to only change the vendored openssl-src dependency

Starting from rust-openssl-sys@0.9.69 Cargo.toml starts searching for openssl-3.0.

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,15 +31,12 @@
 [build-dependencies.cc]
 version = "1.0"
 
-[build-dependencies.openssl-src]
-version = "111"
-optional = true
-
 [build-dependencies.pkg-config]
 version = "0.3.9"
 
 [features]
 vendored = ["openssl-src"]
+openssl-src = []
 
 [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
 version = "0.2.8"


debug log:

solving 3e300ea ...
found 3e300ea in https://git.savannah.gnu.org/cgit/guix.git

(*) 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).