impressive: use python2

This commit is contained in:
Frederik Rietdijk 2016-10-19 10:46:15 +02:00
parent 4833f8bada
commit 6d2cac2c7f

View File

@ -1,8 +1,8 @@
{ fetchurl, stdenv, pythonPackages, makeWrapper, lib
{ fetchurl, stdenv, python2Packages, makeWrapper, lib
, xpdf, mesa, freeglut }:
let
inherit (pythonPackages) python pyopengl pygame setuptools pillow;
inherit (python2Packages) python pyopengl pygame setuptools pillow;
version = "0.10.5";
in stdenv.mkDerivation {
# This project was formerly known as KeyJNote.