aboutsummaryrefslogtreecommitdiffstats
path: root/package (unfollow)
Commit message (Collapse)Author
2025-06-17refactor(nix/package): Avoid the duplicated `package` nameBenedikt Peetz
2025-06-17fix(package): Set the PYTHONPATH ourselvesBenedikt Peetz
The propagation mechanism seems to be python exclusive and not something that works inside the `buildRustPackage` function.
2025-06-16build(package/package.nix): Update to the new build requirementsBenedikt Peetz
2025-02-22fix(package): Update to account for modifications in `mkdb.sh`Benedikt Peetz
2025-02-16refactor(treewide): Remove all references of the now obsolete update_raw.pyBenedikt Peetz
2025-02-14fix(package/blake3): Migrate to the new `fetchCargoVendor` fetcherBenedikt Peetz
This is necessary, because the old `fetchCargoTarball` fetcher, has become not reproducible because of `cargo` changes.
2024-11-04build(tree-sitter-yts): Include in buildsBenedikt Peetz
2024-10-14test(treewide): Fix, so they compile and ignoreBenedikt Peetz
The tests are just not in an ideal state right now. Running them via `cargo test` still works, but the `yt_dlp` test simply seem to deadlock?
2024-08-22fix(package): Actually provide the blake3 library to the python interpreterBenedikt Peetz
2024-08-22chore(treewide): Add missing licenseBenedikt Peetz
2024-08-22build(package): Include python `blake3` dependencyBenedikt Peetz