cnijfilter2: fix build
This commit is contained in:
parent
61462c94e6
commit
358232f68a
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchzip, autoconf, automake, cups, glib, libxml2, libusb
|
{ stdenv, lib, fetchzip, autoconf, automake, cups, glib, libxml2, libusb, libtool
|
||||||
, withDebug ? false }:
|
, withDebug ? false }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cups automake autoconf glib libxml2 libusb
|
cups automake autoconf glib libxml2 libusb libtool
|
||||||
];
|
];
|
||||||
|
|
||||||
# lgmon3's --enable-libdir flag is used soley for specifying in which
|
# lgmon3's --enable-libdir flag is used soley for specifying in which
|
||||||
|
Loading…
x
Reference in New Issue
Block a user