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,11 +1,12 @@
{ stdenv, fetchurl, buildPythonApplication, pythonPackages
, python, cython, pkgconfig
{ stdenv, fetchurl, pythonPackages, pkgconfig
, xorg, gtk, glib, pango, cairo, gdk_pixbuf, atk, pycairo
, makeWrapper, xkbcomp, xorgserver, getopt, xauth, utillinux, which, fontsConf, xkeyboard_config
, ffmpeg, x264, libvpx, libwebp
, libfakeXinerama }:
buildPythonApplication rec {
let
inherit (pythonPackages) python cython buildPythonApplication;
in buildPythonApplication rec {
name = "xpra-0.17.4";
namePrefix = "";
src = fetchurl {