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