fprintd: update
This commit is contained in:
parent
9ed21f3a49
commit
cb7eeca147
@ -1,19 +1,16 @@
|
|||||||
{ stdenv, fetchgit, automake, autoconf, libtool, pkgconfig, gtk_doc
|
{ stdenv, fetchurl, pkgconfig, intltool
|
||||||
, libfprint, intltool, glib, dbus_glib, polkit, nss, pam, systemd }:
|
, libfprint, glib, dbus_glib, polkit, nss, pam, systemd }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fprintd";
|
name = "fprintd-0.6.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchurl {
|
||||||
url = "git://anongit.freedesktop.org/libfprint/fprintd";
|
url = "http://people.freedesktop.org/~hadess/${name}.tar.xz";
|
||||||
rev = "f7c51b0d585eb63702f0d005081e53f44325df86";
|
sha256 = "1by6nvlrqkwzcz2v2kyq6avi3h384vmlr42vj9s2yzcinkp64m1z";
|
||||||
sha256 = "1gmnn72ablfxvv13s0rms5f39hc4y2z97aq44d7l9hblnfn6wq12";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libfprint glib dbus_glib polkit nss pam systemd ];
|
buildInputs = [ libfprint glib dbus_glib polkit nss pam systemd ];
|
||||||
nativeBuildInputs = [ automake libtool autoconf gtk_doc pkgconfig intltool ];
|
nativeBuildInputs = [ pkgconfig intltool ];
|
||||||
|
|
||||||
configureScript = "./autogen.sh";
|
|
||||||
|
|
||||||
configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ];
|
configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user