qrupdate: move gfortran to nativeBuildInputs

This commit is contained in:
Markus Kowalewski 2021-09-03 13:33:33 +02:00
parent b51b7f3182
commit 49df5c27c8
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -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";