cnijfilter2: fix build

+2 -2
+2 -2
pkgs/misc/cups/drivers/cnijfilter2/default.nix
··· 1 - { stdenv, lib, fetchzip, autoconf, automake, cups, glib, libxml2, libusb 1 + { stdenv, lib, fetchzip, autoconf, automake, cups, glib, libxml2, libusb, libtool 2 2 , withDebug ? false }: 3 3 4 4 stdenv.mkDerivation rec { ··· 12 12 }; 13 13 14 14 buildInputs = [ 15 - cups automake autoconf glib libxml2 libusb 15 + cups automake autoconf glib libxml2 libusb libtool 16 16 ]; 17 17 18 18 # lgmon3's --enable-libdir flag is used soley for specifying in which