fprintd: fix build
This commit is contained in:
parent
1fb7f610de
commit
ca065d92fd
@ -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…
Reference in New Issue
Block a user