pypy: verify tkinter module

This commit is contained in:
Domen Kožar 2014-08-24 10:13:55 +02:00
parent f61fb466eb
commit 4ac4440e2f

View File

@ -75,6 +75,9 @@ let
ln -s $out/pypy-c/include $out/include/${libPrefix}
ln -s $out/pypy-c/lib-python/${pythonVersion} $out/lib/${libPrefix}
# verify cffi modules
$out/bin/pypy -c "import Tkinter"
# TODO: compile python files?
'';