Remove top-level pygame

See #11567.
This commit is contained in:
Frederik Rietdijk
2016-08-14 13:07:26 +02:00
parent a00978675e
commit b6452f8534
2 changed files with 7 additions and 13 deletions
@@ -1,10 +1,10 @@
{ fetchurl, stdenv, python, makeWrapper, lib
, xpdf, pillow, pyopengl, pygame
, setuptools, mesa, freeglut }:
{ fetchurl, stdenv, pythonPackages, makeWrapper, lib
, xpdf, mesa, freeglut }:
let version = "0.10.5";
in
stdenv.mkDerivation {
let
inherit (pythonPackages) python pyopengl pygame setuptools pillow;
version = "0.10.5";
in stdenv.mkDerivation {
# This project was formerly known as KeyJNote.
# See http://keyj.s2000.ws/?p=77 for details.