mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
clipit: hicolor_icon_theme dependency
This commit is contained in:
parent
027efec879
commit
ab7538a277
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user