qrupdate: move gfortran to nativeBuildInputs

main
Markus Kowalewski 3 years ago
parent b51b7f3182
commit 49df5c27c8
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48
  1. 4
      pkgs/development/libraries/qrupdate/default.nix

@ -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…
Cancel
Save