mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 16:15:05 +00:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
10 lines
113 B
Bash
10 lines
113 B
Bash
source $stdenv/setup
|
|
|
|
PATH=$perl/bin:$PATH
|
|
|
|
tar xvfz $src
|
|
cd hello-*
|
|
./configure --prefix=$out
|
|
make
|
|
make install
|