goffice: separate from gnome3

It's got practically no coupling with gnome, except for gtk3.
This commit is contained in:
Vladimír Čunát
2015-06-11 21:13:00 +02:00
parent 03e4e3e92a
commit 39902b01bf
6 changed files with 11 additions and 13 deletions
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, intltool, perl, perlXMLParser
, gnome3, makeWrapper, gtk3
, goffice, gnome3, makeWrapper, gtk3
}:
stdenv.mkDerivation rec {
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
# ToDo: optional libgda, python, introspection?
buildInputs = [
pkgconfig intltool perl perlXMLParser
gnome3.goffice gtk3 makeWrapper gnome3.defaultIconTheme
goffice gtk3 makeWrapper gnome3.defaultIconTheme
];
enableParallelBuilding = true;