gnome3: Add missing hicolor_icon_theme dependency to several packages

This commit is contained in:
Jascha Geerds 2015-07-29 13:04:42 +02:00
parent 2e92e7c06a
commit 8d51c46f30
4 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, glib, libxslt, gtk, makeWrapper
, webkitgtk, json_glib, rest, libsecret, dbus_glib, gnome_common
, telepathy_glib, intltool, dbus_libs, icu, autoreconfHook
, libsoup, docbook_xsl_ns, docbook_xsl, gnome3
, libsoup, docbook_xsl_ns, docbook_xsl, gnome3, hicolor_icon_theme
}:
stdenv.mkDerivation rec {
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig glib libxslt gtk webkitgtk json_glib rest gnome_common makeWrapper
libsecret dbus_glib telepathy_glib intltool icu libsoup autoreconfHook
docbook_xsl_ns docbook_xsl ];
docbook_xsl_ns docbook_xsl hicolor_icon_theme ];
preFixup = ''
for f in "$out/libexec/"*; do

View File

@ -1,5 +1,5 @@
{ fetchurl, stdenv, pkgconfig, gnome3, glib, dbus_glib, json_glib, upower
, libxslt, intltool, makeWrapper, systemd, xorg }:
, libxslt, intltool, makeWrapper, systemd, xorg, hicolor_icon_theme }:
stdenv.mkDerivation rec {
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = with gnome3;
[ pkgconfig glib gnome_desktop gtk dbus_glib json_glib libxslt
gnome3.gnome_settings_daemon xorg.xtrans
gnome3.gnome_settings_daemon xorg.xtrans hicolor_icon_theme
gsettings_desktop_schemas upower intltool gconf makeWrapper systemd ];
preFixup = ''

View File

@ -1,4 +1,5 @@
{ stdenv, fetchurl, intltool, gtk3, gnome3, librsvg, pkgconfig, pango, atk, gtk2, gdk_pixbuf }:
{ stdenv, fetchurl, intltool, gtk3, gnome3, librsvg, pkgconfig, pango, atk, gtk2
, gdk_pixbuf, hicolor_icon_theme }:
stdenv.mkDerivation rec {
name = "gnome-themes-standard-${gnome3.version}.0";
@ -7,7 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0kyrbfrgl6g6wm6zpllldz36fclvl8vwmn1snwk18kf7f6ncpsac";
};
buildInputs = [ intltool gtk3 librsvg pkgconfig pango atk gtk2 gdk_pixbuf ];
buildInputs = [ intltool gtk3 librsvg pkgconfig pango atk gtk2 gdk_pixbuf
hicolor_icon_theme ];
meta = with stdenv.lib; {
platforms = platforms.linux;

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, intltool
, glib, gtk3, gobjectIntrospection, python, pygobject3
, glib, gtk3, gobjectIntrospection, python, pygobject3, hicolor_icon_theme
}:
let
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [
intltool pkgconfig
glib gtk3 gobjectIntrospection python pygobject3
glib gtk3 gobjectIntrospection python pygobject3 hicolor_icon_theme
];
src = fetchurl {