diffoscope: Add gnumeric dependency

For the `ssconvert` tool.
This commit is contained in:
Tuomas Tynkkynen 2018-07-19 02:33:45 +03:00
parent a595896c56
commit 20847b251e

View File

@ -1,6 +1,6 @@
{ lib, stdenv, fetchgit, python3Packages, docutils, help2man
, acl, apktool, binutils-unwrapped, bzip2, cbfstool, cdrkit, colord, colordiff, coreutils, cpio, db, diffutils, dtc
, e2fsprogs, file, findutils, fontforge-fonttools, fpc, gettext, ghc, ghostscriptX, giflib, gnupg1, gnutar
, e2fsprogs, file, findutils, fontforge-fonttools, fpc, gettext, ghc, ghostscriptX, giflib, gnumeric, gnupg1, gnutar
, gzip, imagemagick, jdk, libarchive, libcaca, llvm, lz4, mono, openssh, pdftk, pgpdump, poppler_utils, sng, sqlite
, squashfsTools, tcpdump, unoconv, unzip, xxd, xz
, enableBloat ? false
@ -41,7 +41,7 @@ python3Packages.buildPythonApplication rec {
dtc e2fsprogs file findutils fontforge-fonttools gettext gnutar gzip
libarchive libcaca lz4 pgpdump progressbar33 sng sqlite squashfsTools unzip xxd xz
] ++ lib.optionals enableBloat [
apktool cbfstool colord fpc ghc ghostscriptX giflib gnupg1 imagemagick
apktool cbfstool colord fpc ghc ghostscriptX giflib gnupg1 gnumeric imagemagick
llvm jdk mono openssh pdftk poppler_utils tcpdump unoconv
];