plank: add autoreconfHook
This commit is contained in:
parent
296e7717e0
commit
2f9fd6ff59
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, vala, atk, cairo, glib, gnome3, gtk3, libwnck3
|
{ stdenv, fetchurl, vala, atk, cairo, glib, gnome3, gtk3, libwnck3
|
||||||
, libX11, libXfixes, libXi, pango, intltool, pkgconfig, libxml2
|
, libX11, libXfixes, libXi, pango, intltool, pkgconfig, libxml2
|
||||||
, bamf, gdk_pixbuf, libdbusmenu-gtk3, file
|
, bamf, gdk_pixbuf, libdbusmenu-gtk3, file
|
||||||
, wrapGAppsHook, gobjectIntrospection }:
|
, wrapGAppsHook, autoreconfHook, gobjectIntrospection }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "plank";
|
pname = "plank";
|
||||||
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
libxml2 # xmllint
|
libxml2 # xmllint
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
gobjectIntrospection
|
gobjectIntrospection
|
||||||
|
autoreconfHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ vala atk cairo glib gnome3.gnome-menus
|
buildInputs = [ vala atk cairo glib gnome3.gnome-menus
|
||||||
|
Loading…
Reference in New Issue
Block a user