* g77 -> gfortran throughout. Got rid of the separate
expressions/builders for Fortran. Tested by building Octave with gfortran 4.3. svn path=/nixpkgs/branches/stdenv-updates/; revision=14978
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, lib, g77
|
||||
{stdenv, fetchurl, lib, gfortran
|
||||
, ncurses
|
||||
, Xaw3d, withXaw3d ? false
|
||||
#, withPVMlib ? false
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
md5 = "17a7a6aa52918f33d96777a0dc423658";
|
||||
};
|
||||
|
||||
buildInputs = [g77 ncurses]
|
||||
buildInputs = [gfortran ncurses]
|
||||
++ lib.optionals withGtk [gtk]
|
||||
++ lib.optionals withOCaml [ocaml]
|
||||
++ lib.optionals withX [x11]
|
||||
|
||||
Reference in New Issue
Block a user