5eea59c2cd
svn path=/nixpkgs/trunk/; revision=793
12 lines
220 B
Bash
Executable file
12 lines
220 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
buildinputs="$aterm $bdb"
|
|
. $stdenv/setup
|
|
|
|
tar xvfj $src
|
|
cd nix-*
|
|
./configure --prefix=$out \
|
|
--with-store-dir=/nix/store --localstatedir=/nix/var \
|
|
--with-aterm=$aterm --with-bdb=$bdb
|
|
make
|
|
make install
|