libxc: move gfortran to nativeBuildInputs
This commit is contained in:
parent
fa92d39f7c
commit
b9bc2a758d
@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0cy3x2zn1bldc5i0rzislfbc8h4nqgds445jkfqjv0d1shvdy0zn";
|
||||
};
|
||||
|
||||
buildInputs = [ gfortran ];
|
||||
nativeBuildInputs = [ perl cmake ];
|
||||
nativeBuildInputs = [ perl cmake gfortran ];
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs ./
|
||||
|
Loading…
Reference in New Issue
Block a user