mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
* Propagate readline's dependency on ncurses.
svn path=/nixpkgs/trunk/; revision=6197
This commit is contained in:
parent
262d8fb682
commit
4bfffeee52
@ -1,10 +0,0 @@
|
||||
set -x
|
||||
|
||||
source $stdenv/setup
|
||||
|
||||
tar xvfz $src
|
||||
cd readline-*
|
||||
./configure --prefix=$out --with-curses
|
||||
make
|
||||
make install
|
||||
#strip -S $out/lib/*/*.a
|
@ -6,6 +6,5 @@ stdenv.mkDerivation {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/readline-4.3.tar.gz;
|
||||
md5 = "f86f7cb717ab321fe15f1bbcb058c11e";
|
||||
};
|
||||
inherit ncurses;
|
||||
buildInputs = [ncurses];
|
||||
propagatedBuildInputs = [ncurses];
|
||||
}
|
||||
|
@ -6,6 +6,5 @@ stdenv.mkDerivation {
|
||||
url = ftp://ftp.gnu.org/gnu/readline/readline-5.1.tar.gz;
|
||||
md5 = "7ee5a692db88b30ca48927a13fd60e46";
|
||||
};
|
||||
inherit ncurses;
|
||||
buildInputs = [ncurses];
|
||||
propagatedBuildInputs = [ncurses];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user