rPackages.fcl: fixed build (#385270)

This commit is contained in:
Justin Bedő
2025-02-27 10:01:34 +11:00
committed by GitHub
+1 -1
View File
@@ -372,7 +372,7 @@ let
EMCluster = [ pkgs.lapack ];
fangs = [ pkgs.cargo ];
fastpng = [ pkgs.zlib.dev ];
fcl = [ pkgs.cargo ];
fcl = with pkgs; [ cargo rustc ];
fftw = [ pkgs.fftw.dev ];
fftwtools = with pkgs; [ fftw.dev pkg-config ];
fingerPro = [ pkgs.gsl ];