1

Derivations/Tiddl: Add typer typing-extensions build input

This commit is contained in:
2026-03-09 12:15:45 +01:00
parent a204951964
commit 632fcc3dab

View File

@ -11,6 +11,9 @@
version = "0.20.0";
sha256 = "sha256-Gq9klAMXk+SHb7C6z6apErVRz0PB5jyADfixqGZyDDc=";
};
propagatedBuildInputs = with pythonPkgs; [
typing-extensions
];
});
aiofiles = super.aiofiles.overridePythonAttrs (old: {