mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
diffoscope: Add gnumeric dependency
For the `ssconvert` tool.
This commit is contained in:
parent
a595896c56
commit
20847b251e
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user