fmbt: fix compilation

+2 -2
+2 -2
pkgs/development/tools/fmbt/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, python, autoreconfHook, pkg-config, makeWrapper 2 , flex 3 - , gettext, libedit, glib, imagemagick, libxml2, boost, gnuplot, graphviz 4 , tesseract, gts, libXtst 5 }: 6 stdenv.mkDerivation rec { ··· 17 nativeBuildInputs = [ autoreconfHook pkg-config flex makeWrapper 18 python.pkgs.wrapPython ]; 19 20 - buildInputs = [ python gettext libedit glib imagemagick libxml2 boost 21 gnuplot graphviz tesseract gts 22 ]; 23
··· 1 { lib, stdenv, fetchFromGitHub, python, autoreconfHook, pkg-config, makeWrapper 2 , flex 3 + , gettext, libedit, glib, imagemagick6, libxml2, boost, gnuplot, graphviz 4 , tesseract, gts, libXtst 5 }: 6 stdenv.mkDerivation rec { ··· 17 nativeBuildInputs = [ autoreconfHook pkg-config flex makeWrapper 18 python.pkgs.wrapPython ]; 19 20 + buildInputs = [ python gettext libedit glib imagemagick6 libxml2 boost 21 gnuplot graphviz tesseract gts 22 ]; 23