Python on Nix is not manylinux1 compatible

Fixes https://github.com/NixOS/nixpkgs/issues/18484
This commit is contained in:
Frederik Rietdijk
2016-09-20 13:16:26 +02:00
parent 2b66563cde
commit 63ec0068a7
7 changed files with 21 additions and 0 deletions

View File

@@ -115,6 +115,9 @@ let
# verify cffi modules
$out/bin/pypy -c "import Tkinter;import sqlite3;import curses"
# Python on Nix is not manylinux1 compatible. https://github.com/NixOS/nixpkgs/issues/18484
echo "manylinux1_compatible=False" >> $out/lib/${libPrefix}/_manylinux.py
'';
passthru = rec {