parcellite: use wrapGAppsHook
Also add hicolor icon theme as a dependency. These are needed for parcellite to find icons.
This commit is contained in:
parent
5b9e29c01c
commit
b7c0f858a4
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook
|
{ stdenv, fetchFromGitHub, autoreconfHook
|
||||||
, gtk2, intltool, pkgconfig }:
|
, gtk2, hicolor_icon_theme, intltool, pkgconfig, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "parcellite-${version}";
|
name = "parcellite-${version}";
|
||||||
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "19q4x6x984s6gxk1wpzaxawgvly5vnihivrhmja2kcxhzqrnfhiy";
|
sha256 = "19q4x6x984s6gxk1wpzaxawgvly5vnihivrhmja2kcxhzqrnfhiy";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook intltool pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook intltool pkgconfig wrapGAppsHook ];
|
||||||
buildInputs = [ gtk2 ];
|
buildInputs = [ gtk2 hicolor_icon_theme ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Lightweight GTK+ clipboard manager";
|
description = "Lightweight GTK+ clipboard manager";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user