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).
···71 find "$out/share/doc/${name}" -name Makefile -exec rm -v {} \;
7273 # Run the tests once everything is installed.
74- # FIXME: Some of the tests want to run $out/bin/tahoe, which isn't usable
75- # yet because it gets wrapped later on, in `postFixup'.
76 export PYTHON_EGG_CACHE="$TMPDIR"
77- : python setup.py trial
078 '';
7980 meta = {
···71 find "$out/share/doc/${name}" -name Makefile -exec rm -v {} \;
7273 # Run the tests once everything is installed.
0074 export PYTHON_EGG_CACHE="$TMPDIR"
75+ python setup.py build
76+ python setup.py trial
77 '';
7879 meta = {