mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 18:14:08 +02:00
26.05
This commit is contained in:
parent
f54f0c7083
commit
d33a09f8e5
4 changed files with 23 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
rustPlatform,
|
||||
nodejs_20,
|
||||
nodejs,
|
||||
pkg-config,
|
||||
openssl,
|
||||
fetchCrate,
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
buildInputs = [openssl];
|
||||
|
||||
checkInputs = [nodejs_20];
|
||||
checkInputs = [nodejs];
|
||||
|
||||
dontCargoCheck = true;
|
||||
};
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
targets = ["wasm32-unknown-unknown"];
|
||||
};
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
rustPlatform.buildRustPackage {
|
||||
name = "demo-inspector-wasm";
|
||||
version = "0.1.0";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue