impressive: use python2
This commit is contained in:
parent
4833f8bada
commit
6d2cac2c7f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue