mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
libnfc: Set sysconfdir to /etc
The library was looking for config files in its nix store path.
This commit is contained in:
parent
34ad3ffe08
commit
b7021d39ba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user