mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
qcdnum: fix build with gfortran 10
This commit is contained in:
parent
e840e1c9b2
commit
3f1c889d08
@ -12,6 +12,10 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ gfortran ];
|
||||
buildInputs = [ zlib ];
|
||||
|
||||
FFLAGS = [
|
||||
"-std=legacy" # fix build with gfortran 10
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user