forked from mirrors/nixpkgs
libfprint: update package
This commit is contained in:
parent
9b631cd0f8
commit
581549cc1a
File diff suppressed because it is too large
Load diff
|
@ -5,12 +5,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchgit {
|
||||
url = "git://anongit.freedesktop.org/libfprint/libfprint";
|
||||
rev = "35e356f625d254f44c14f720c0eb9216297d35c2";
|
||||
sha256 = "b7fd74a914d7c4e2999ac20432a7f2af5d6c7af5e75a367bc3babe03e4576c86";
|
||||
rev = "a3c90f2b24434aa36f782aca3950fd89af01fce0";
|
||||
sha256 = "01qa58vq299xzxzxrcqkl51k8396wh56674d9wjmkv2msxx877hi";
|
||||
};
|
||||
|
||||
patches = [ ./0001-lib-Add-VFS5011-driver.patch ];
|
||||
|
||||
buildInputs = [ libusb glib nss nspr pixman ];
|
||||
nativeBuildInputs = [ libtool autoconf automake113x pkgconfig ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue