fprintd: fix build

This commit is contained in:
worldofpeace 2019-10-23 17:34:09 -04:00
parent 1fb7f610de
commit ca065d92fd

View File

@ -12,6 +12,8 @@
, nss
, pam
, systemd
, autoreconfHook
, gtk-doc
}:
stdenv.mkDerivation rec {
@ -33,6 +35,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
intltool
pkgconfig
autoreconfHook # Drop with above patch
gtk-doc # Drop with above patch
];
buildInputs = [