Merge pull request #142890 from queezle42/libnfc
libnfc: Fix config file path
This commit is contained in:
commit
41097c2e9c
@ -11,6 +11,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ libusb-compat-0_1 readline ];
|
buildInputs = [ libusb-compat-0_1 readline ];
|
||||||
|
|
||||||
|
configureFlags = [ "sysconfdir=/etc" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Open source library libnfc for Near Field Communication";
|
description = "Open source library libnfc for Near Field Communication";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
Loading…
Reference in New Issue
Block a user