Merge pull request #19543 from kamilchm/clipit

clipit: hicolor_icon_theme dependency
This commit is contained in:
Graham Christensen
2016-10-15 08:33:18 -04:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
{ fetchurl, stdenv, intltool, pkgconfig, gtk2, xdotool }:
{ fetchurl, stdenv, intltool, pkgconfig, gtk2, xdotool, hicolor_icon_theme }:
stdenv.mkDerivation rec {
name = "clipit-${version}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0jrwn8qfgb15rwspdp1p8hb1nc0ngmpvgr87d4k3lhlvqg2cfqva";
};
buildInputs = [ intltool pkgconfig gtk2 xdotool ];
buildInputs = [ intltool pkgconfig gtk2 xdotool hicolor_icon_theme ];
meta = with stdenv.lib; {
description = "Lightweight GTK+ Clipboard Manager";