mate.mate-settings-daemon: fix build

Fixes #71950
This commit is contained in:
worldofpeace 2019-10-25 00:37:23 -04:00
parent 98d1828851
commit 00c6d89773

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, intltool, glib, dbus-glib, libxklavier,
libcanberra-gtk3, libnotify, nss, polkit, gnome3, gtk3, mate,
pulseaudioSupport ? stdenv.config.pulseaudio or true, libpulseaudio,
wrapGAppsHook, fetchpatch }:
wrapGAppsHook, fetchpatch, autoreconfHook }:
stdenv.mkDerivation rec {
pname = "mate-settings-daemon";
@ -21,8 +21,9 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
pkgconfig
autoreconfHook # drop with the above patch
intltool
pkgconfig
wrapGAppsHook
];