mypaint: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-18 13:30:42 +01:00
parent d1b6976eda
commit 2887a633f7

@ -1,10 +1,10 @@
{ stdenv, fetchurl, gettext, glib, gtk2, hicolor_icon_theme, json_c
, lcms2, libpng , makeWrapper, pkgconfig, pythonPackages
, lcms2, libpng , makeWrapper, pkgconfig, python2Packages
, scons, swig
}:
let
inherit (pythonPackages) python pygtk numpy;
inherit (python2Packages) python pygtk numpy;
in stdenv.mkDerivation rec {
name = "mypaint-${version}";
version = "1.1.0";