libnfc: Set sysconfdir to /etc

The library was looking for config files in its nix store path.
This commit is contained in:
Jens Nolte 2021-10-25 15:15:48 +02:00
parent 34ad3ffe08
commit b7021d39ba

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation {
buildInputs = [ libusb-compat-0_1 readline ];
configureFlags = [ "sysconfdir=/etc" ];
meta = with lib; {
description = "Open source library libnfc for Near Field Communication";
license = licenses.gpl3;