libnfc: Add missing dependency on readline
readline is used by the pn53x-tamashell example.
This commit is contained in:
parent
9a11dda5fd
commit
ade80db751
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, libusb }:
|
||||
{ stdenv, fetchurl, libusb, readline }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libnfc-${version}";
|
||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0wj0iwwcpmpalyk61aa7yc6i4p9hgdajkrgnlswgk0vnwbc78pll";
|
||||
};
|
||||
|
||||
buildInputs = [ libusb ];
|
||||
buildInputs = [ libusb readline ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open source library libnfc for Near Field Communication";
|
||||
|
Loading…
Reference in New Issue
Block a user