mypaint: use python2
This commit is contained in:
parent
d1b6976eda
commit
2887a633f7
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchurl, gettext, glib, gtk2, hicolor_icon_theme, json_c
|
{ stdenv, fetchurl, gettext, glib, gtk2, hicolor_icon_theme, json_c
|
||||||
, lcms2, libpng , makeWrapper, pkgconfig, pythonPackages
|
, lcms2, libpng , makeWrapper, pkgconfig, python2Packages
|
||||||
, scons, swig
|
, scons, swig
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) python pygtk numpy;
|
inherit (python2Packages) python pygtk numpy;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "mypaint-${version}";
|
name = "mypaint-${version}";
|
||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user