rPackages.fastgeojson: fix build

This commit is contained in:
Justin Bedo
2026-02-19 16:23:59 +11:00
parent 9dcccd3de1
commit 29a6b40f1e

View File

@@ -443,6 +443,10 @@ let
cargo
rustc
];
fastgeojson = with pkgs; [
cargo
rustc
];
audio = [ pkgs.portaudio ];
BayesChange = [ pkgs.gsl ];
BayesSAE = [ pkgs.gsl ];