mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #16965 from acowley/qrupdate2
qrupdate: fix installation (darwin)
This commit is contained in:
commit
a7202bf47d
@ -28,7 +28,9 @@ stdenv.mkDerivation {
|
||||
|
||||
buildFlags = [ "lib" "solib" ];
|
||||
|
||||
installTargets = "install";
|
||||
installTargets = if stdenv.isDarwin
|
||||
then ["install-staticlib" "install-shlib"]
|
||||
else "install";
|
||||
|
||||
buildInputs = [ gfortran openblas ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user