inkscape
inkscape 1.4.4
Vector graphics editor
<rendered-html><p>Inkscape is a feature-rich vector graphics editor that edits files in the W3C SVG (Scalable Vector Graphics) file format.</p> <p>If you want to import .eps files install ps2edit.</p> </rendered-html>
https://www.inkscape.orgGNU General Public License v3.0 or later
main program: inkscapeprograms: inkview, inkscape
Platforms (79)
arc-linuxriscv64-linuxriscv32-netbsdi686-nonei686-windowspowerpc64-linuxpowerpc-netbsdm68k-none
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ inkscape ];
Ad-hoc shell
nix-shell -p inkscape
Flake (nix run)
nix run nixpkgs#inkscape