clipit: enable appindicator support
This commit is contained in:
parent
546eb60a10
commit
65c9bb252d
|
@ -1,6 +1,6 @@
|
||||||
{ fetchFromGitHub, fetchpatch, stdenv
|
{ fetchFromGitHub, fetchpatch, stdenv
|
||||||
, autoreconfHook, intltool, pkgconfig
|
, autoreconfHook, intltool, pkgconfig
|
||||||
, gtk3, xdotool, which, wrapGAppsHook }:
|
, gtk3, libayatana-appindicator, xdotool, which, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "clipit";
|
pname = "clipit";
|
||||||
|
@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wrapGAppsHook autoreconfHook intltool ];
|
nativeBuildInputs = [ pkgconfig wrapGAppsHook autoreconfHook intltool ];
|
||||||
configureFlags = [ "--with-gtk3" ];
|
configureFlags = [ "--with-gtk3" "--enable-appindicator=yes" ];
|
||||||
buildInputs = [ gtk3 ];
|
buildInputs = [ gtk3 libayatana-appindicator ];
|
||||||
|
|
||||||
gappsWrapperArgs = [
|
gappsWrapperArgs = [
|
||||||
"--prefix" "PATH" ":" "${stdenv.lib.makeBinPath [ xdotool which ]}"
|
"--prefix" "PATH" ":" "${stdenv.lib.makeBinPath [ xdotool which ]}"
|
||||||
|
|
Loading…
Reference in New Issue