Merge pull request #19543 from kamilchm/clipit
clipit: hicolor_icon_theme dependency
This commit is contained in:
commit
267c7a299c
|
@ -1,4 +1,4 @@
|
||||||
{ fetchurl, stdenv, intltool, pkgconfig, gtk2, xdotool }:
|
{ fetchurl, stdenv, intltool, pkgconfig, gtk2, xdotool, hicolor_icon_theme }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "clipit-${version}";
|
name = "clipit-${version}";
|
||||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0jrwn8qfgb15rwspdp1p8hb1nc0ngmpvgr87d4k3lhlvqg2cfqva";
|
sha256 = "0jrwn8qfgb15rwspdp1p8hb1nc0ngmpvgr87d4k3lhlvqg2cfqva";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ intltool pkgconfig gtk2 xdotool ];
|
buildInputs = [ intltool pkgconfig gtk2 xdotool hicolor_icon_theme ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Lightweight GTK+ Clipboard Manager";
|
description = "Lightweight GTK+ Clipboard Manager";
|
||||||
|
|
Loading…
Reference in New Issue