fmbt: fix compilation

This commit is contained in:
Sandro Jäckel 2021-03-04 20:35:08 +01:00
parent 57312f14e9
commit 96ff414198
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, python, autoreconfHook, pkg-config, makeWrapper { lib, stdenv, fetchFromGitHub, python, autoreconfHook, pkg-config, makeWrapper
, flex , flex
, gettext, libedit, glib, imagemagick, libxml2, boost, gnuplot, graphviz , gettext, libedit, glib, imagemagick6, libxml2, boost, gnuplot, graphviz
, tesseract, gts, libXtst , tesseract, gts, libXtst
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkg-config flex makeWrapper nativeBuildInputs = [ autoreconfHook pkg-config flex makeWrapper
python.pkgs.wrapPython ]; python.pkgs.wrapPython ];
buildInputs = [ python gettext libedit glib imagemagick libxml2 boost buildInputs = [ python gettext libedit glib imagemagick6 libxml2 boost
gnuplot graphviz tesseract gts gnuplot graphviz tesseract gts
]; ];