deno: Cannot load SQLite
0.kind: bug
### Nixpkgs version
- Unstable (26.11)
### Describe the bug
Deno refuses to load [`@db/sqlite`](https://jsr.io/@db/sqlite) from JSR.
This bug happens to me at 104240a, and it does not exist prior to 9bc0289 (inclusive).
### Steps to reproduce
```bash
nix-shell -p deno
deno
```
Then run in Deno's REPL:
```typescript
import { Database } from "jsr:@db/sqlite@0.13.0";
```
And it throws SIGSEGV.
### Expected behaviour
No errors should happen.
### Screenshots
_No response_
### Relevant log output
```console
```
### Additional context
_No response_
### System metadata
- system: `"x86_64-linux"`
- host os: `Linux 6.18.36, NixOS, 26.11 (Zokor), 26.11.20260626.e73de5b`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.34.7`
- nixpkgs: `/nix/store/kfs4nfy1705ksbn0gv15ls921cc90h2z-source`
### Notify maintainers
@06kellyjac @ofalvai @Mynacol
---
**Note for maintainers:** Please tag this issue in your pull request description. (i.e. `Resolves #ISSUE`.)
### I assert that this issue is relevant for Nixpkgs
- [x] I assert that this is a bug and not a support request.
- [x] I assert that this is not a [duplicate of an existing issue](https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+label%3A%220.kind%3A+bug%22+-label%3A%226.topic%3A+darwin%22+-label%3A%226.topic%3A+nixos%22).
- [x] I assert that I have read the [NixOS Code of Conduct](https://github.com/NixOS/.github/blob/master/CODE_OF_CONDUCT.md) and agree to abide by it.
- [x] I assert that I have read the [automation/AI policy](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#automationai-policy) and that this issue report complies with it.
### Is this issue important to you?
Add a :+1: [reaction] to [issues you find important].
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
[issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
2 条评论