Merge pull request #32144 from strout/cnijfilter2-fix

cnijfilter2: specify --datadir for cnijlgmon3
This commit is contained in:
Orivej Desh 2017-11-28 23:18:58 +00:00 committed by GitHub
commit af0be16375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
--replace /usr/include/libusb-1.0 \
${libusb.dev}/include/libusb-1.0
./autogen.sh --prefix=$out --enable-progpath=$out/bin \
--datadir=$out/share \
--enable-libdir=/var/cache/cups
make
)