dia: stay with python2
This commit is contained in:
parent
3842c35a2d
commit
acc85f0e62
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchgit, autoconf, automake, libtool, gtk2, pkg-config, perlPackages,
|
{ lib, stdenv, fetchgit, autoconf, automake, libtool, gtk2, pkg-config, perlPackages,
|
||||||
libxml2, gettext, python, libxml2Python, docbook5, docbook_xsl,
|
libxml2, gettext, python2, libxml2Python, docbook5, docbook_xsl,
|
||||||
libxslt, intltool, libart_lgpl, withGNOME ? false, libgnomeui,
|
libxslt, intltool, libart_lgpl, withGNOME ? false, libgnomeui,
|
||||||
gtk-mac-integration-gtk2 }:
|
gtk-mac-integration-gtk2 }:
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ gtk2 libxml2 gettext python libxml2Python docbook5
|
[ gtk2 libxml2 gettext python2 libxml2Python docbook5
|
||||||
libxslt docbook_xsl libart_lgpl ]
|
libxslt docbook_xsl libart_lgpl ]
|
||||||
++ lib.optional withGNOME libgnomeui
|
++ lib.optional withGNOME libgnomeui
|
||||||
++ lib.optional stdenv.isDarwin gtk-mac-integration-gtk2;
|
++ lib.optional stdenv.isDarwin gtk-mac-integration-gtk2;
|
||||||
|
Loading…
Reference in New Issue
Block a user