impressive: use python2

Changed files
+2 -2
pkgs
applications
office
impressive
+2 -2
pkgs/applications/office/impressive/default.nix
···
-
{ 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.