gImageReader: remove enchant dependency
This commit is contained in:
parent
12134c74ef
commit
902ef17e05
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, libuuid
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, libuuid
|
||||||
, sane-backends, podofo, libjpeg, djvulibre, libxmlxx3, libzip, tesseract
|
, sane-backends, podofo, libjpeg, djvulibre, libxmlxx3, libzip, tesseract
|
||||||
, enchant, intltool, poppler, json-glib
|
, intltool, poppler, json-glib
|
||||||
, ninja
|
, ninja
|
||||||
, python3
|
, python3
|
||||||
|
|
||||||
@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
enchant
|
|
||||||
libxmlxx3
|
libxmlxx3
|
||||||
libzip
|
libzip
|
||||||
libuuid
|
libuuid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user