nixpkgs/pkgs/development/compilers/scryer-prolog/cargo.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

67 lines
1.5 KiB
Diff
Raw Normal View History

2019-12-05 13:06:15 +00:00
diff --git a/Cargo.lock b/Cargo.lock
2022-03-14 19:31:05 +00:00
index 4d699f11..1eb894fc 100644
2019-12-05 13:06:15 +00:00
--- a/Cargo.lock
+++ b/Cargo.lock
2022-03-14 19:31:05 +00:00
@@ -875,15 +875,6 @@ version = "0.1.4"
2019-12-05 13:06:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-14 19:31:05 +00:00
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
2019-12-05 13:06:15 +00:00
-[[package]]
-name = "openssl-src"
2022-03-14 19:31:05 +00:00
-version = "300.0.2+3.0.0"
2019-12-05 13:06:15 +00:00
-source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-14 19:31:05 +00:00
-checksum = "14a760a11390b1a5daf72074d4f6ff1a6e772534ae191f999f57e9ee8146d1fb"
2019-12-05 13:06:15 +00:00
-dependencies = [
- "cc",
-]
-
[[package]]
name = "openssl-sys"
2022-03-14 19:31:05 +00:00
version = "0.9.70"
@@ -893,7 +884,6 @@ dependencies = [
"autocfg 1.0.1",
2019-12-05 13:06:15 +00:00
"cc",
"libc",
- "openssl-src",
"pkg-config",
"vcpkg",
]
2022-03-14 19:31:05 +00:00
@@ -1432,6 +1422,7 @@ dependencies = [
2019-12-05 13:06:15 +00:00
"divrem",
2022-03-14 19:31:05 +00:00
"fxhash",
2019-12-05 13:06:15 +00:00
"git-version",
+ "gmp-mpfr-sys",
"hostname",
"indexmap",
2022-03-14 19:31:05 +00:00
"instructions-template",
2019-12-05 13:06:15 +00:00
diff --git a/Cargo.toml b/Cargo.toml
2022-03-14 19:31:05 +00:00
index 8e81a947..d21a8d49 100644
2019-12-05 13:06:15 +00:00
--- a/Cargo.toml
+++ b/Cargo.toml
2022-03-14 19:31:05 +00:00
@@ -55,7 +55,7 @@ ring = "0.16.13"
2019-12-05 13:06:15 +00:00
ripemd160 = "0.8.0"
sha3 = "0.8.2"
blake2 = "0.8.1"
-openssl = { version = "0.10.29", features = ["vendored"] }
+openssl = { version = "0.10.29" }
native-tls = "0.2.4"
chrono = "0.4.11"
select = "0.4.3"
2022-03-14 19:31:05 +00:00
@@ -66,10 +66,14 @@ sodiumoxide = "0.2.6"
static_assertions = "1.1.0"
slice-deque = "0.3.0"
2019-12-05 13:06:15 +00:00
+[dependencies.gmp-mpfr-sys]
+version = "1.4"
+features = ["use-system-libs"]
2022-03-14 19:31:05 +00:00
+
[dev-dependencies]
assert_cmd = "1.0.3"
predicates-core = "1.0.2"
serial_test = "0.5.1"
[profile.release]
-debug = true
\ No newline at end of file
+debug = true