6ef2284079
svn path=/nixpkgs/trunk/; revision=3755
12 lines
109 B
Bash
12 lines
109 B
Bash
source $stdenv/setup
|
|
|
|
prefix=$out
|
|
|
|
configurePhase() {
|
|
echo ;
|
|
}
|
|
|
|
configurePhase=configurePhase
|
|
|
|
genericBuild
|