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 }:
|
, xpdf, mesa, freeglut }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) python pyopengl pygame setuptools pillow;
|
inherit (python2Packages) python pyopengl pygame setuptools pillow;
|
||||||
version = "0.10.5";
|
version = "0.10.5";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
# This project was formerly known as KeyJNote.
|
# This project was formerly known as KeyJNote.
|
||||||
|
Loading…
Reference in New Issue
Block a user