plank: add autoreconfHook

This commit is contained in:
Jörg Thalheim 2018-05-10 12:16:39 +01:00
parent 296e7717e0
commit 2f9fd6ff59

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, vala, atk, cairo, glib, gnome3, gtk3, libwnck3
, libX11, libXfixes, libXi, pango, intltool, pkgconfig, libxml2
, bamf, gdk_pixbuf, libdbusmenu-gtk3, file
, wrapGAppsHook, gobjectIntrospection }:
, wrapGAppsHook, autoreconfHook, gobjectIntrospection }:
stdenv.mkDerivation rec {
pname = "plank";
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
libxml2 # xmllint
wrapGAppsHook
gobjectIntrospection
autoreconfHook
];
buildInputs = [ vala atk cairo glib gnome3.gnome-menus