mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
cnijfilter2: specify --datadir for cnijlgmon3
If --datadir is not given, it uses '${datarootdir}/cnijlgmon3', with the unsubstituted variable.
This commit is contained in:
parent
eb2868c420
commit
8bc74a908d
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue