Merge pull request #36137 from rardiol/hicolor
redshift, xarchiver: add hicolor-icon-theme to buildInputs
This commit is contained in:
commit
275bc74aa9
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchFromGitHub, fetchurl, autoconf, automake, gettext, intltool
|
||||
, libtool, pkgconfig, wrapGAppsHook, wrapPython, geoclue2, gobjectIntrospection
|
||||
, gtk3, python, pygobject3, pyxdg, libdrm, libxcb }:
|
||||
, gtk3, python, pygobject3, pyxdg, libdrm, libxcb, hicolor-icon-theme }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "redshift-${version}";
|
||||
|
@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
|
|||
libdrm
|
||||
libxcb
|
||||
python
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
pythonPath = [ pygobject3 pyxdg ];
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchFromGitHub, gtk3, pkgconfig, intltool, libxslt }:
|
||||
{ stdenv, fetchFromGitHub, gtk3, pkgconfig, intltool, libxslt, hicolor-icon-theme }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.5.4.12";
|
||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gtk3 intltool libxslt ];
|
||||
buildInputs = [ gtk3 intltool libxslt hicolor-icon-theme ];
|
||||
|
||||
meta = {
|
||||
description = "GTK+ frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
|
||||
|
|
Loading…
Reference in a new issue