mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
pypy: compile also curses
This commit is contained in:
parent
188f0796b9
commit
df98dda81d
@ -85,7 +85,7 @@ let
|
||||
ln -s $out/pypy-c/lib-python/${pythonVersion} $out/lib/${libPrefix}
|
||||
|
||||
# verify cffi modules
|
||||
$out/bin/pypy -c "import Tkinter;import sqlite3"
|
||||
$out/bin/pypy -c "import Tkinter;import sqlite3;import curses"
|
||||
|
||||
# make sure pypy finds sqlite3 library
|
||||
wrapProgram "$out/bin/pypy" \
|
||||
|
@ -1521,11 +1521,11 @@ rec {
|
||||
};
|
||||
|
||||
cffi = buildPythonPackage rec {
|
||||
name = "cffi-0.7.2";
|
||||
name = "cffi-0.8.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/c/cffi/${name}.tar.gz";
|
||||
md5 = "d329f5cb2053fd31dafc02e2c9ef0299";
|
||||
md5 = "474b5a68299a6f05009171de1dc91be6";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pkgs.libffi pycparser ];
|
||||
|
Loading…
Reference in New Issue
Block a user