mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
6412b0c5f2
svn path=/nixpkgs/trunk/; revision=1230
10 lines
136 B
Bash
10 lines
136 B
Bash
set -x
|
|
|
|
. $stdenv/setup
|
|
|
|
tar xvfz $src
|
|
cd readline-*
|
|
./configure --prefix=$out --with-curses
|
|
make
|
|
make install
|
|
#strip -S $out/lib/*/*.a
|