rPackages.fangs: fixed build

This commit is contained in:
Bruno Rodrigues
2025-03-04 13:52:24 +01:00
parent 5dc7071620
commit 30ce03f656
+1 -1
View File
@@ -370,7 +370,7 @@ let
diversitree = with pkgs; [ gsl fftw ];
exactextractr = [ pkgs.geos ];
EMCluster = [ pkgs.lapack ];
fangs = [ pkgs.cargo ];
fangs = with pkgs; [ cargo rustc ];
fastpng = [ pkgs.zlib.dev ];
fcl = with pkgs; [ cargo rustc ];
fftw = [ pkgs.fftw.dev ];