mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
* Remove builder.
svn path=/nixpkgs/trunk/; revision=877
This commit is contained in:
parent
085e197ea3
commit
4fc3dd4a5a
@ -1,9 +0,0 @@
|
||||
buildinputs=""
|
||||
. $stdenv/setup
|
||||
|
||||
tar xvfz $src
|
||||
cd ncurses-*
|
||||
./configure --prefix=$out --with-shared
|
||||
make
|
||||
make install
|
||||
strip -S $out/lib/*.a
|
@ -2,9 +2,9 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ncurses-5.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.4.tar.gz;
|
||||
md5 = "069c8880072060373290a4fefff43520";
|
||||
};
|
||||
configureFlags = "--with-shared";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user