nixpkgs/pkgs/development/tools/build-managers/scons/builder.sh
Eelco Dolstra 09ab596e0f * Remove calls to fail().
svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
2008-04-23 07:34:20 +00:00

12 lines
124 B
Bash

source $stdenv/setup
buildPhase() {
true
}
installPhase() {
python setup.py install --prefix=$out
}
genericBuild