mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
, 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";
|
||||
|
Loading…
Reference in New Issue
Block a user