lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

sundials: move gfortran to nativeBuildInputs

+1 -2
+1 -2
pkgs/development/libraries/sundials/default.nix
··· 21 21 hash = "sha256-SNp7qoFS3bIq7RsC2C0du0+/6iKs9nY0ARqgMDoQCkM="; 22 22 }; 23 23 24 - nativeBuildInputs = [ cmake ]; 24 + nativeBuildInputs = [ cmake gfortran ]; 25 25 26 26 buildInputs = [ 27 27 python ··· 29 29 ++ lib.optionals (lapackSupport) 30 30 # Check that the same index size is used for both libraries 31 31 (assert (blas.isILP64 == lapack.isILP64); [ 32 - gfortran 33 32 blas 34 33 lapack 35 34 ])