mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
11 lines
141 B
Bash
11 lines
141 B
Bash
set -x
|
|
|
|
source $stdenv/setup
|
|
|
|
tar xvfz $src
|
|
cd readline-*
|
|
./configure --prefix=$out --with-curses
|
|
make
|
|
make install
|
|
#strip -S $out/lib/*/*.a
|