nixpkgs/pkgs/development/compilers/elm/packages/elm-json.patch

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

44 lines
1.3 KiB
Diff
Raw Normal View History

2020-08-10 18:25:06 +00:00
diff --git a/Cargo.lock b/Cargo.lock
2022-07-18 20:26:48 +00:00
index b9bf434..58cfe81 100644
2020-08-10 18:25:06 +00:00
--- a/Cargo.lock
+++ b/Cargo.lock
2022-07-18 20:26:48 +00:00
@@ -685,15 +685,6 @@ version = "0.1.4"
2020-08-10 18:25:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 20:26:48 +00:00
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
2020-08-10 18:25:06 +00:00
-[[package]]
-name = "openssl-src"
2022-07-18 20:26:48 +00:00
-version = "111.17.0+1.1.1m"
2020-08-10 18:25:06 +00:00
-source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 20:26:48 +00:00
-checksum = "05d6a336abd10814198f66e2a91ccd7336611f30334119ca8ce300536666fcf4"
2020-08-10 18:25:06 +00:00
-dependencies = [
2021-05-06 09:21:40 +00:00
- "cc",
2020-08-10 18:25:06 +00:00
-]
-
[[package]]
name = "openssl-sys"
2022-07-18 20:26:48 +00:00
version = "0.9.72"
@@ -703,7 +694,6 @@ dependencies = [
2021-05-06 09:21:40 +00:00
"autocfg",
"cc",
"libc",
- "openssl-src",
"pkg-config",
"vcpkg",
2020-08-10 18:25:06 +00:00
]
diff --git a/Cargo.toml b/Cargo.toml
2022-07-18 20:26:48 +00:00
index bc97f20..54d3b14 100644
2020-08-10 18:25:06 +00:00
--- a/Cargo.toml
+++ b/Cargo.toml
2022-07-18 20:26:48 +00:00
@@ -17,8 +17,8 @@ colored = "2.0"
2020-08-10 18:25:06 +00:00
dialoguer = "0.6"
2021-05-06 09:21:40 +00:00
dirs = "3.0"
2020-08-10 18:25:06 +00:00
fs2 = "0.4"
2022-07-18 20:26:48 +00:00
-isahc = { version = "1.6.0", default-features = false, features = ["static-ssl", "static-curl"] }
-curl = {version = "0.4.42", default-features = false, features = ["ssl", "static-curl", "static-ssl", "force-system-lib-on-osx"]}
+isahc = { version = "1.6.0", default-features = false }
+curl = {version = "0.4.42", default-features = false, features = ["ssl", "force-system-lib-on-osx"]}
2021-05-06 09:21:40 +00:00
ctrlc = "3.1"
console = "0.12"
2022-07-18 20:26:48 +00:00
anyhow = "1.0"