summary refs log tree commit diff
path: root/pkgs/development/libraries/libappindicator
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2019-11-30 13:20:38 +0100
committernyanloutre <paul@nyanlout.re>2019-11-30 13:20:38 +0100
commitf49002cd26fc582bde059a59ad07e7743ad2f946 (patch)
treec555e94e67ea16f0d37b650af656a60d331e60bc /pkgs/development/libraries/libappindicator
parent3ccbc8d89153ecf13f3eae7d9c106d91cd4ab9e5 (diff)
downloadnixpkgs-f49002cd26fc582bde059a59ad07e7743ad2f946.tar
nixpkgs-f49002cd26fc582bde059a59ad07e7743ad2f946.tar.gz
nixpkgs-f49002cd26fc582bde059a59ad07e7743ad2f946.tar.bz2
nixpkgs-f49002cd26fc582bde059a59ad07e7743ad2f946.tar.lz
nixpkgs-f49002cd26fc582bde059a59ad07e7743ad2f946.tar.xz
nixpkgs-f49002cd26fc582bde059a59ad07e7743ad2f946.tar.zst
nixpkgs-f49002cd26fc582bde059a59ad07e7743ad2f946.zip
libappindicator-gtk2: add missing automake step
Diffstat (limited to 'pkgs/development/libraries/libappindicator')
-rw-r--r--pkgs/development/libraries/libappindicator/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libappindicator/default.nix b/pkgs/development/libraries/libappindicator/default.nix
index 7f3a2678da5..0d969c318ec 100644
--- a/pkgs/development/libraries/libappindicator/default.nix
+++ b/pkgs/development/libraries/libappindicator/default.nix
@@ -1,7 +1,7 @@
 # TODO: Resolve the issues with the Mono bindings.
 
 { stdenv, fetchurl, fetchpatch, lib, file
-, pkgconfig, autoconf
+, pkgconfig, autoreconfHook
 , glib, dbus-glib, gtkVersion ? "3"
 , gtk2 ? null, libindicator-gtk2 ? null, libdbusmenu-gtk2 ? null
 , gtk3 ? null, libindicator-gtk3 ? null, libdbusmenu-gtk3 ? null
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     sha256 = "17xlqd60v0zllrxp8bgq3k5a1jkj0svkqn8rzllcyjh8k0gpr46m";
   };
 
-  nativeBuildInputs = [ pkgconfig autoconf vala gobject-introspection ];
+  nativeBuildInputs = [ pkgconfig autoreconfHook vala gobject-introspection ];
 
   propagatedBuildInputs =
     if gtkVersion == "2"
@@ -47,7 +47,6 @@ stdenv.mkDerivation rec {
   ];
 
   postPatch = ''
-    autoconf
     for f in {configure,ltmain.sh,m4/libtool.m4}; do
       substituteInPlace $f \
         --replace /usr/bin/file ${file}/bin/file