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:
parent
d27be2a586
commit
305f12283a
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue