gnumeric: do not use top-level python packages

This commit is contained in:
Frederik Rietdijk 2016-09-25 23:40:02 +02:00
parent d07270649c
commit 1ec5db7f2e

View File

@ -1,9 +1,10 @@
{ stdenv, fetchurl, pkgconfig, intltool, perl, perlXMLParser { stdenv, fetchurl, pkgconfig, intltool, perl, perlXMLParser
, goffice, gnome3, makeWrapper, gtk3, bison , goffice, gnome3, makeWrapper, gtk3, bison, pythonPackages
, python, pygobject3
}: }:
stdenv.mkDerivation rec { let
inherit (pythonPackages) python pygobject3;
in stdenv.mkDerivation rec {
name = "gnumeric-1.12.32"; name = "gnumeric-1.12.32";
src = fetchurl { src = fetchurl {