fprintd: fix build
This commit is contained in:
parent
1fb7f610de
commit
ca065d92fd
@ -12,6 +12,8 @@
|
|||||||
, nss
|
, nss
|
||||||
, pam
|
, pam
|
||||||
, systemd
|
, systemd
|
||||||
|
, autoreconfHook
|
||||||
|
, gtk-doc
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -33,6 +35,8 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
intltool
|
intltool
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
autoreconfHook # Drop with above patch
|
||||||
|
gtk-doc # Drop with above patch
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user