Loading pkgs/by-name/vo/volumeicon/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ pkg-config, gtk3, alsa-lib, gettext, }: stdenv.mkDerivation rec { Loading @@ -31,6 +32,10 @@ stdenv.mkDerivation rec { 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"; homepage = "https://nullwise.com/pages/volumeicon/volumeicon.html"; Loading Loading
pkgs/by-name/vo/volumeicon/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ pkg-config, gtk3, alsa-lib, gettext, }: stdenv.mkDerivation rec { Loading @@ -31,6 +32,10 @@ stdenv.mkDerivation rec { 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"; homepage = "https://nullwise.com/pages/volumeicon/volumeicon.html"; Loading