mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
wasm-pack: update deps
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
This commit is contained in:
parent
439eeda150
commit
3daad69057
3 changed files with 3630 additions and 4 deletions
|
@ -18,7 +18,11 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "1rqyfg6ajxxyfx87ar25nf5ck9hd0p12qgv98dicniqag8l4rvsr";
|
||||
};
|
||||
|
||||
cargoSha256 = "0fw04hgxxqsbp1pylp32yd087r9bb8bpa05v90qdshkgp6znfl9s";
|
||||
cargoPatches = [
|
||||
./update-deps.patch
|
||||
];
|
||||
|
||||
cargoSha256 = "0br7r8wz3knzgl3gjpq6z8w33my0yiaq711s1wih9jizhia02y5r";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
|
|
3625
pkgs/development/tools/wasm-pack/update-deps.patch
Normal file
3625
pkgs/development/tools/wasm-pack/update-deps.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -29651,9 +29651,6 @@ in
|
|||
wasmer = callPackage ../development/interpreters/wasmer { };
|
||||
|
||||
wasm-pack = callPackage ../development/tools/wasm-pack {
|
||||
# Wasm-pack depends on a version of rust-openssl which is incompatible with
|
||||
# LibreSSL 3.1, so we explicitly opt for the older version.
|
||||
libressl = libressl_3_0;
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue