Remove top-level cython and cython3

See #11567.
This commit is contained in:
Frederik Rietdijk
2016-08-14 12:01:09 +02:00
parent 9fc37cc89c
commit 11d1fdfd8b
6 changed files with 23 additions and 22 deletions

View File

@@ -1,7 +1,9 @@
{ stdenv, fetchurl, python, cython, pkgconfig, wrapPython
, pygame, SDL, libpng, ffmpeg, freetype, glew, mesa, fribidi, zlib
{ stdenv, fetchurl, pythonPackages, pkgconfig, SDL
, libpng, ffmpeg, freetype, glew, mesa, fribidi, zlib
}:
with pythonPackages;
stdenv.mkDerivation {
name = "renpy-6.17.6";