From ba475809551d4dda9af4da41cec2935cacf6095d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Aug 2018 22:24:28 +0200 Subject: ... --- hel.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hel.nix b/hel.nix index cca19666..6c52a1fc 100644 --- a/hel.nix +++ b/hel.nix @@ -106,8 +106,8 @@ ''; }); - fprintd = pkgs.stdenv.mkDerivation rec { - name = "fprintd-${version}"; + libfprint = pkgs.stdenv.mkDerivation rec { + name = "libfprint-${version}"; version = "vfs0090-f8323a0"; src = pkgs.fetchFromGitHub { @@ -117,14 +117,14 @@ sha256 = "0y0lkwgw1lx4frm1kxz0hj11x93dby7vxkjly0ck7w7z96nn8bnm"; }; - buildInputs = with pkgs; [ libfprint glib dbus-glib polkit nss pam systemd libusb1 ]; - nativeBuildInputs = with pkgs; [ pkgconfig intltool libtool automake autoconf ]; + buildInputs = with pkgs; [ libusb pixman glib nss nspr gdk_pixbuf ]; + nativeBuildInputs = with pkgs; [ pkgconfig libtool automake autoconf ]; preConfigure = '' NOCONFIGURE=true ./autogen.sh ''; - configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ]; + configureFlags = [ "--with-udev-rules-dir=$(out)/lib/udev/rules.d" ]; }; }; -- cgit v1.2.3