gnumeric: switch to python 3

This commit is contained in:
Jan Tojnar
2019-12-29 11:21:09 +01:00
parent 1fd1737dbd
commit 843d147596
@@ -1,10 +1,10 @@
{ stdenv, fetchurl, pkgconfig, intltool, perlPackages
, goffice, gnome3, wrapGAppsHook, gtk3, bison, pythonPackages
, goffice, gnome3, wrapGAppsHook, gtk3, bison, python3Packages
, itstool
}:
let
inherit (pythonPackages) python pygobject3;
inherit (python3Packages) python pygobject3;
in stdenv.mkDerivation rec {
pname = "gnumeric";
version = "1.12.46";