feat: Add gnumeric

This commit is contained in:
Jeremy Wall 2024-08-13 16:48:23 -04:00
parent 46ac917317
commit 675e7af846

View File

@ -254,6 +254,9 @@ EOF";
podman = unstablePkgs.podman; podman = unstablePkgs.podman;
podman-compose = unstablePkgs.podman-compose; podman-compose = unstablePkgs.podman-compose;
sc-im = unstablePkgs.sc-im; sc-im = unstablePkgs.sc-im;
gnumeric = prev.gnumeric.overrideAttrs(oldAttrs: {
meta.broken = false;
});
}) })
rust-overlay rust-overlay
]; ];
@ -330,6 +333,7 @@ EOF";
ripgrep ripgrep
fd fd
sc-im sc-im
gnumeric
#ocaml #ocaml
#opam #opam
unstablePkgs.vector unstablePkgs.vector