fprintd: fix build

wip/yesman
worldofpeace 5 years ago
parent 1fb7f610de
commit ca065d92fd
  1. 4
      pkgs/tools/security/fprintd/default.nix

@ -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 = [

Loading…
Cancel
Save