mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
svn path=/nixpkgs/trunk/; revision=1380
This commit is contained in:
parent
b3a57fe7d6
commit
80f1579d53
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ stdenv.mkDerivation {
|
|||
md5 = "b781f5d0cd750cb9bb3ef23523f5f339";
|
||||
};
|
||||
buildInputs = [g77 readline ncurses];
|
||||
configureFlags = "--enable-readline --enable-dl --disable-static";
|
||||
configureFlags = "--enable-readline --enable-dl --disable-static --enable-shared";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue