3
0
Fork 0
forked from mirrors/nixpkgs

gnumeric: switch to python 3

This commit is contained in:
Jan Tojnar 2019-12-25 09:29:32 +01:00
parent 1fd1737dbd
commit 843d147596
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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";