Zooko pointed out on IRC that running python setup.py build, before running the tests will create /bin/tahoe (which is necessary for running the tests).
···7171 find "$out/share/doc/${name}" -name Makefile -exec rm -v {} \;
72727373 # Run the tests once everything is installed.
7474- # FIXME: Some of the tests want to run $out/bin/tahoe, which isn't usable
7575- # yet because it gets wrapped later on, in `postFixup'.
7674 export PYTHON_EGG_CACHE="$TMPDIR"
7777- : python setup.py trial
7575+ python setup.py build
7676+ python setup.py trial
7877 '';
79788079 meta = {