0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

octave: corrected hash

svn path=/nixpkgs/trunk/; revision=2421
This commit is contained in:
Rob Vermaas 2005-03-16 08:17:02 +00:00
parent d27be2a586
commit 305f12283a

View file

@ -7,7 +7,7 @@ stdenv.mkDerivation {
name = "octave-2.9.0";
src = fetchurl {
url = ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-2.9.0.tar.bz2;
md5 = "f0fbf6995241b957f078962f7c1148df";
md5 = "687a09033bc68f09810e947010bc8f29";
};
buildInputs = [g77 readline ncurses perl];
configureFlags = "--enable-readline --enable-dl --disable-static --enable-shared";