mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
9 lines
113 B
Bash
9 lines
113 B
Bash
source $stdenv/setup
|
|
|
|
PATH=$perl/bin:$PATH
|
|
|
|
tar xvfz $src
|
|
cd hello-*
|
|
./configure --prefix=$out
|
|
make
|
|
make install
|