NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.17k stars 13.45k forks source link

Package request: Notiflut #316160

Open rawkode opened 3 months ago

rawkode commented 3 months ago

Project description

Wayland notification daemon written in Rust

Metadata


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

pluiedev commented 2 months ago

Ran into some snags packaging this. For some reason upstream has a generator script that always executes cargo install protoc-gen-prost without checking whether it already exists in PATH. Running cargo install is not allowed in Nix builders due to lack of internet access, so we have to patch it out for now. See https://github.com/cunarist/rinf/issues/366

Kommynct commented 1 week ago

that issue you're pointing to seems to be resolved, it may work now

pluiedev commented 1 week ago

that issue you're pointing to seems to be resolved, it may work now

Well, Notiflut itself hasn't been updated to use the latest rinf version (IIRC it was already lagging behind by several major versions) so there might be more work needed. We'll see