Skip to content

Commit c26342d

Browse files
stroutorivej
authored andcommittedNov 28, 2017
cnijfilter2: specify --datadir for cnijlgmon3
If --datadir is not given, it uses '${datarootdir}/cnijlgmon3', with the unsubstituted variable. (cherry picked from commit 8bc74a9)
1 parent efe5a97 commit c26342d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/misc/cups/drivers/cnijfilter2/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
3939
--replace /usr/include/libusb-1.0 \
4040
${libusb.dev}/include/libusb-1.0
4141
./autogen.sh --prefix=$out --enable-progpath=$out/bin \
42+
--datadir=$out/share \
4243
--enable-libdir=/var/cache/cups
4344
make
4445
)

0 commit comments

Comments
 (0)
Please sign in to comment.