forked from mirrors/nixpkgs
foutje, debankt
svn path=/nixpkgs/trunk/; revision=1726
This commit is contained in:
parent
70c585d74f
commit
01af973aa8
|
@ -6,7 +6,7 @@ assert g77.langF77;
|
|||
stdenv.mkDerivation {
|
||||
name = "octave-2.1.61";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-2.1.60.tar.bz2;
|
||||
url = ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-2.1.61.tar.bz2;
|
||||
md5 = "66416e4c219dd1f2a83ec45c6958396b";
|
||||
};
|
||||
buildInputs = [g77 readline ncurses perl];
|
||||
|
|
Loading…
Reference in a new issue