Commit d4b6d9db authored by Bruno Rodrigues's avatar Bruno Rodrigues
Browse files

rPackages.fcl: fixed build

parent 5135c594
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];