1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

* octave: extra configure flags

svn path=/nixpkgs/trunk/; revision=1379
This commit is contained in:
Rob Vermaas 2004-09-08 13:29:01 +00:00
parent 09cc881dfe
commit b3a57fe7d6

View file

@ -10,5 +10,5 @@ stdenv.mkDerivation {
md5 = "b781f5d0cd750cb9bb3ef23523f5f339";
};
buildInputs = [g77 readline ncurses];
configureFlags = "--enable-readline";
configureFlags = "--enable-readline --enable-dl --disable-static";
}