NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.3k stars 13.54k forks source link

Package request: OneTagger #278392

Open TheRealGramdalf opened 8 months ago

TheRealGramdalf commented 8 months ago

Project description

A powerful music tagger and metadata manager written in rust for the backend, with a vue frontend. Can also run as a server/webapp.

Metadata


Add a :+1: reaction to issues you find important.

TomaSajt commented 8 months ago

The client part used PNPM for the lockfile, which is not really feasible to package at the moment. Maybe if we generated a normal package-lock.json it would be fine, but all these lockfiles can pollute nixpkgs itself.

TheRealGramdalf commented 7 months ago

It hasn't been packaged into a release yet, but onetagger-cli is a single binary release that only relies on glibc. It can also run in "server" mode, which doesn't need any dependencies (again, apart from glibc). Perhaps that should be a separate package request though? See https://github.com/Marekkon5/onetagger/issues/314