qrupdate: move gfortran to nativeBuildInputs
This commit is contained in:
parent
b51b7f3182
commit
49df5c27c8
@ -42,9 +42,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installTargets = lib.optionals stdenv.isDarwin [ "install-staticlib" "install-shlib" ];
|
||||
|
||||
buildInputs = [ gfortran ];
|
||||
|
||||
nativeBuildInputs = [ which ];
|
||||
nativeBuildInputs = [ which gfortran ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library for fast updating of qr and cholesky decompositions";
|
||||
|
Loading…
Reference in New Issue
Block a user