volumeicon: fix missing gettext ac macros after gettext 0.25 (#426625)

Changed files
+5
pkgs
by-name
vo
volumeicon
+5
pkgs/by-name/vo/volumeicon/package.nix
···
pkg-config,
gtk3,
alsa-lib,
+
gettext,
}:
stdenv.mkDerivation rec {
···
gtk3
alsa-lib
];
+
+
# Work around regressions introduced by bad interaction between
+
# gettext >= 0.25 and autoconf (2.72 at the time of writing).
+
env.ACLOCAL = "aclocal -I ${gettext}/share/gettext/m4";
meta = with lib; {
description = "Lightweight volume control that sits in your systray";