NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.18k stars 14.19k forks source link

Package request: Graphite #346762

Open Kommynct opened 1 month ago

Kommynct commented 1 month ago

Graphite is an in-development raster and vector graphics package that's free and open source. It is powered by a node graph compositing engine that fuses layers with nodes, providing a fully nondestructive editing experience.

Metadata


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

TomaSajt commented 1 month ago

AFAICT the wasm32-unknown-unknown target is not yet supported by nixpkgs's rust tooling. Upstream has a shell.nix that uses an external overlay for wasm support. You might be able to use that to build the package yourself (not as a derivation).

If there's more interest I can try to create an out-of-tree package definition, using that overlay.