gnome3: Depend on defaultIconTheme instead of hicolor- or adwaita
This commit is contained in:
parent
e4644a5b58
commit
66c3dff47c
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, itstool, libxml2, python3, python3Packages, pyatspi, at_spi2_core
|
, itstool, libxml2, python3, python3Packages, pyatspi, at_spi2_core
|
||||||
, dbus, intltool, libwnck3, hicolor_icon_theme }:
|
, dbus, intltool, libwnck3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "accerciser-3.14.0";
|
name = "accerciser-3.14.0";
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook itstool libxml2 python3 pyatspi
|
pkgconfig gtk3 wrapGAppsHook itstool libxml2 python3 pyatspi
|
||||||
python3Packages.pygobject3 python3Packages.ipythonLight
|
python3Packages.pygobject3 python3Packages.ipythonLight
|
||||||
at_spi2_core dbus intltool libwnck3 hicolor_icon_theme
|
at_spi2_core dbus intltool libwnck3 gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
wrapPrefixVariables = [ "PYTHONPATH" ];
|
wrapPrefixVariables = [ "PYTHONPATH" ];
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, intltool, fetchurl, pkgconfig, glib
|
{ stdenv, intltool, fetchurl, pkgconfig, glib
|
||||||
, evolution_data_server, evolution, sqlite
|
, evolution_data_server, evolution, sqlite
|
||||||
, hicolor_icon_theme, makeWrapper, itstool, desktop_file_utils
|
, makeWrapper, itstool, desktop_file_utils
|
||||||
, clutter_gtk, libuuid, webkitgtk, zeitgeist
|
, clutter_gtk, libuuid, webkitgtk, zeitgeist
|
||||||
, gnome3, librsvg, gdk_pixbuf, libxml2 }:
|
, gnome3, librsvg, gdk_pixbuf, libxml2 }:
|
||||||
|
|
||||||
|
@ -20,9 +20,8 @@ stdenv.mkDerivation rec {
|
||||||
clutter_gtk libuuid webkitgtk gnome3.tracker
|
clutter_gtk libuuid webkitgtk gnome3.tracker
|
||||||
gnome3.gnome_online_accounts zeitgeist desktop_file_utils
|
gnome3.gnome_online_accounts zeitgeist desktop_file_utils
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper
|
gnome3.gsettings_desktop_schemas makeWrapper
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
gdk_pixbuf gnome3.defaultIconTheme librsvg
|
||||||
evolution_data_server evolution sqlite
|
evolution_data_server evolution sqlite ];
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme ];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, libxml2, webkitgtk, highlight
|
{ stdenv, intltool, fetchurl, libxml2, webkitgtk, highlight
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme, libnotify, gtkspell3
|
, pkgconfig, gtk3, glib, libnotify, gtkspell3
|
||||||
, makeWrapper, itstool, shared_mime_info, libical, db, gcr, sqlite
|
, makeWrapper, itstool, shared_mime_info, libical, db, gcr, sqlite
|
||||||
, gnome3, librsvg, gdk_pixbuf, libsecret, nss, nspr, icu, libtool
|
, gnome3, librsvg, gdk_pixbuf, libsecret, nss, nspr, icu, libtool
|
||||||
, libcanberra_gtk3, bogofilter, gst_all_1, procps, p11_kit }:
|
, libcanberra_gtk3, bogofilter, gst_all_1, procps, p11_kit }:
|
||||||
|
@ -21,12 +21,11 @@ in stdenv.mkDerivation rec {
|
||||||
propagatedBuildInputs = [ gnome3.gtkhtml ];
|
propagatedBuildInputs = [ gnome3.gtkhtml ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2 libtool
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2 libtool
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg db icu
|
gdk_pixbuf gnome3.defaultIconTheme librsvg db icu
|
||||||
gnome3.evolution_data_server libsecret libical gcr
|
gnome3.evolution_data_server libsecret libical gcr
|
||||||
webkitgtk shared_mime_info gnome3.gnome_desktop gtkspell3
|
webkitgtk shared_mime_info gnome3.gnome_desktop gtkspell3
|
||||||
libcanberra_gtk3 bogofilter gnome3.libgdata sqlite
|
libcanberra_gtk3 bogofilter gnome3.libgdata sqlite
|
||||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base p11_kit
|
gst_all_1.gstreamer gst_all_1.gst-plugins-base p11_kit
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
|
||||||
nss nspr libnotify procps highlight gnome3.libgweather
|
nss nspr libnotify procps highlight gnome3.libgweather
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper ];
|
gnome3.gsettings_desktop_schemas makeWrapper ];
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, glib, pkgconfig, gnome3, intltool, itstool, libxml2, libarchive
|
{ stdenv, fetchurl, glib, pkgconfig, gnome3, intltool, itstool, libxml2, libarchive
|
||||||
, attr, bzip2, acl, makeWrapper, librsvg, gdk_pixbuf, hicolor_icon_theme }:
|
, attr, bzip2, acl, makeWrapper, librsvg, gdk_pixbuf }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "file-roller-${version}";
|
name = "file-roller-${version}";
|
||||||
|
@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
|
||||||
# it tries to create {nautilus}/lib/nautilus/extensions-3.0/libnautilus-fileroller.so
|
# it tries to create {nautilus}/lib/nautilus/extensions-3.0/libnautilus-fileroller.so
|
||||||
|
|
||||||
buildInputs = [ glib pkgconfig gnome3.gtk intltool itstool libxml2 libarchive
|
buildInputs = [ glib pkgconfig gnome3.gtk intltool itstool libxml2 libarchive
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
gnome3.defaultIconTheme attr bzip2 acl gdk_pixbuf librsvg
|
||||||
attr bzip2 acl gdk_pixbuf librsvg makeWrapper ];
|
makeWrapper ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
wrapProgram "$out/bin/file-roller" \
|
wrapProgram "$out/bin/file-roller" \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, enchant, isocodes
|
{ stdenv, intltool, fetchurl, enchant, isocodes
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme
|
, pkgconfig, gtk3, glib
|
||||||
, bash, makeWrapper, itstool, libsoup, libxml2
|
, bash, makeWrapper, itstool, libsoup, libxml2
|
||||||
, gnome3, librsvg, gdk_pixbuf, file }:
|
, gnome3, librsvg, gdk_pixbuf, file }:
|
||||||
|
|
||||||
|
@ -14,9 +14,8 @@ stdenv.mkDerivation rec {
|
||||||
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool enchant isocodes
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool enchant isocodes
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg libsoup
|
gdk_pixbuf gnome3.defaultIconTheme librsvg libsoup
|
||||||
gnome3.libpeas gnome3.gtksourceview libxml2
|
gnome3.libpeas gnome3.gtksourceview libxml2
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper file ];
|
gnome3.gsettings_desktop_schemas makeWrapper file ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, python
|
{ stdenv, intltool, fetchurl, python
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme
|
, pkgconfig, gtk3, glib
|
||||||
, makeWrapper, itstool, libxml2, docbook_xsl
|
, makeWrapper, itstool, libxml2, docbook_xsl
|
||||||
, gnome3, librsvg, gdk_pixbuf, libxslt }:
|
, gnome3, librsvg, gdk_pixbuf, libxslt }:
|
||||||
|
|
||||||
|
@ -15,8 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2 python
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2 python
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper docbook_xsl
|
gnome3.gsettings_desktop_schemas makeWrapper docbook_xsl
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg libxslt
|
gdk_pixbuf gnome3.defaultIconTheme librsvg libxslt ];
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme ];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
, glib, gobjectIntrospection, libxml2, gtk3, gtkvnc, libvirt, spice_gtk
|
, glib, gobjectIntrospection, libxml2, gtk3, gtkvnc, libvirt, spice_gtk
|
||||||
, spice_protocol, libuuid, libsoup, libosinfo, systemd, tracker, vala
|
, spice_protocol, libuuid, libsoup, libosinfo, systemd, tracker, vala
|
||||||
, libcap_ng, libcap, yajl, gmp, gdbm, cyrus_sasl, gnome3, librsvg
|
, libcap_ng, libcap, yajl, gmp, gdbm, cyrus_sasl, gnome3, librsvg
|
||||||
, hicolor_icon_theme, desktop_file_utils, mtools, cdrkit, libcdio
|
, desktop_file_utils, mtools, cdrkit, libcdio
|
||||||
, libusb, libarchive, acl
|
, libusb, libarchive, acl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -24,8 +24,8 @@ stdenv.mkDerivation rec {
|
||||||
makeWrapper pkgconfig intltool itstool libvirt-glib glib
|
makeWrapper pkgconfig intltool itstool libvirt-glib glib
|
||||||
gobjectIntrospection libxml2 gtk3 gtkvnc libvirt spice_gtk spice_protocol
|
gobjectIntrospection libxml2 gtk3 gtkvnc libvirt spice_gtk spice_protocol
|
||||||
libuuid libsoup libosinfo systemd tracker vala libcap_ng libcap yajl gmp
|
libuuid libsoup libosinfo systemd tracker vala libcap_ng libcap yajl gmp
|
||||||
gdbm cyrus_sasl gnome3.adwaita-icon-theme libusb libarchive
|
gdbm cyrus_sasl gnome3.defaultIconTheme libusb libarchive
|
||||||
librsvg hicolor_icon_theme desktop_file_utils acl
|
librsvg desktop_file_utils acl
|
||||||
];
|
];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, libgweather, libnotify
|
{ stdenv, intltool, fetchurl, libgweather, libnotify
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme, gsound
|
, pkgconfig, gtk3, glib, gsound
|
||||||
, makeWrapper, itstool, libcanberra_gtk3, libtool
|
, makeWrapper, itstool, libcanberra_gtk3, libtool
|
||||||
, gnome3, librsvg, gdk_pixbuf, geoclue2, wrapGAppsHook }:
|
, gnome3, librsvg, gdk_pixbuf, geoclue2, wrapGAppsHook }:
|
||||||
|
|
||||||
|
@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool libcanberra_gtk3
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool libcanberra_gtk3
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper
|
gnome3.gsettings_desktop_schemas makeWrapper
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
gdk_pixbuf gnome3.defaultIconTheme librsvg
|
||||||
gnome3.gnome_desktop gnome3.geocode_glib geoclue2
|
gnome3.gnome_desktop gnome3.geocode_glib geoclue2
|
||||||
libgweather libnotify libtool gsound
|
libgweather libnotify libtool gsound
|
||||||
hicolor_icon_theme wrapGAppsHook ];
|
wrapGAppsHook ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, evince, gjs
|
{ stdenv, intltool, fetchurl, evince, gjs
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme
|
, pkgconfig, gtk3, glib
|
||||||
, makeWrapper, itstool, libxslt, webkitgtk
|
, makeWrapper, itstool, libxslt, webkitgtk
|
||||||
, gnome3, librsvg, gdk_pixbuf, libsoup, docbook_xsl
|
, gnome3, librsvg, gdk_pixbuf, libsoup, docbook_xsl
|
||||||
, gobjectIntrospection, json_glib, inkscape, poppler_utils
|
, gobjectIntrospection, json_glib, inkscape, poppler_utils
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxslt
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxslt
|
||||||
docbook_xsl desktop_file_utils inkscape poppler_utils
|
docbook_xsl desktop_file_utils inkscape poppler_utils
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper gmp
|
gnome3.gsettings_desktop_schemas makeWrapper gmp
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg evince
|
gdk_pixbuf gnome3.defaultIconTheme librsvg evince
|
||||||
libsoup webkitgtk gjs gobjectIntrospection gnome3.rest
|
libsoup webkitgtk gjs gobjectIntrospection gnome3.rest
|
||||||
gnome3.tracker gnome3.libgdata gnome3.gnome_online_accounts
|
gnome3.tracker gnome3.libgdata gnome3.gnome_online_accounts
|
||||||
gnome3.gnome_desktop gnome3.libzapojit json_glib
|
gnome3.gnome_desktop gnome3.libzapojit json_glib
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, intltool, itstool, libxml2, systemd, hicolor_icon_theme }:
|
, intltool, itstool, libxml2, systemd }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-logs-${gnome3.version}.2";
|
name = "gnome-logs-${gnome3.version}.2";
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook intltool itstool libxml2
|
pkgconfig gtk3 wrapGAppsHook intltool itstool libxml2
|
||||||
systemd hicolor_icon_theme
|
systemd gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, intltool, fetchurl, gdk_pixbuf, tracker
|
{ stdenv, intltool, fetchurl, gdk_pixbuf, tracker
|
||||||
, python3, libxml2, python3Packages, libnotify, wrapGAppsHook
|
, python3, libxml2, python3Packages, libnotify, wrapGAppsHook
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme, cairo
|
, pkgconfig, gtk3, glib, cairo
|
||||||
, makeWrapper, itstool, gnome3, librsvg, gst_all_1 }:
|
, makeWrapper, itstool, gnome3, librsvg, gst_all_1 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -14,12 +14,11 @@ stdenv.mkDerivation rec {
|
||||||
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool gnome3.libmediaart
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool gnome3.libmediaart
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg python3
|
gdk_pixbuf gnome3.defaultIconTheme librsvg python3
|
||||||
gnome3.grilo gnome3.grilo-plugins libxml2 python3Packages.pygobject3 libnotify
|
gnome3.grilo gnome3.grilo-plugins libxml2 python3Packages.pygobject3 libnotify
|
||||||
python3Packages.pycairo python3Packages.dbus gnome3.totem-pl-parser
|
python3Packages.pycairo python3Packages.dbus gnome3.totem-pl-parser
|
||||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base
|
gst_all_1.gstreamer gst_all_1.gst-plugins-base wrapGAppsHook
|
||||||
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad
|
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme wrapGAppsHook
|
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper tracker ];
|
gnome3.gsettings_desktop_schemas makeWrapper tracker ];
|
||||||
|
|
||||||
wrapPrefixVariables = [ "PYTHONPATH" ];
|
wrapPrefixVariables = [ "PYTHONPATH" ];
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, libgtop, intltool, itstool, libxml2, hicolor_icon_theme
|
, libgtop, intltool, itstool, libxml2, nmap, inetutils }:
|
||||||
, nmap, inetutils }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-nettool-3.8.1";
|
name = "gnome-nettool-3.8.1";
|
||||||
|
@ -12,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook libgtop intltool itstool libxml2
|
pkgconfig gtk3 wrapGAppsHook libgtop intltool itstool libxml2
|
||||||
hicolor_icon_theme
|
gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ nmap inetutils ];
|
propagatedUserEnvPkgs = [ nmap inetutils ];
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, exempi, libxml2
|
{ stdenv, intltool, fetchurl, exempi, libxml2
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme
|
, pkgconfig, gtk3, glib
|
||||||
, makeWrapper, itstool, gegl, babl, lcms2
|
, makeWrapper, itstool, gegl, babl, lcms2
|
||||||
, desktop_file_utils, gmp, libmediaart, wrapGAppsHook
|
, desktop_file_utils, gmp, libmediaart, wrapGAppsHook
|
||||||
, gnome3, librsvg, gdk_pixbuf, libexif }:
|
, gnome3, librsvg, gdk_pixbuf, libexif }:
|
||||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool gegl babl gnome3.libgdata
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool gegl babl gnome3.libgdata
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper gmp libmediaart
|
gnome3.gsettings_desktop_schemas makeWrapper gmp libmediaart
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg exempi
|
gdk_pixbuf gnome3.defaultIconTheme librsvg exempi
|
||||||
gnome3.gfbgraph gnome3.grilo-plugins gnome3.grilo
|
gnome3.gfbgraph gnome3.grilo-plugins gnome3.grilo
|
||||||
gnome3.gnome_online_accounts gnome3.gnome_desktop
|
gnome3.gnome_online_accounts gnome3.gnome_desktop
|
||||||
lcms2 libexif gnome3.tracker libxml2 desktop_file_utils
|
lcms2 libexif gnome3.tracker libxml2 desktop_file_utils
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook, gjs
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook, gjs
|
||||||
, libgweather, intltool, itstool, hicolor_icon_theme }:
|
, libgweather, intltool, itstool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-weather-${gnome3.version}.2";
|
name = "gnome-weather-${gnome3.version}.2";
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook gjs intltool itstool
|
pkgconfig gtk3 wrapGAppsHook gjs intltool itstool
|
||||||
libgweather hicolor_icon_theme
|
libgweather gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, vala
|
{ stdenv, intltool, fetchurl, vala
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme
|
, pkgconfig, gtk3, glib
|
||||||
, makeWrapper, itstool, gnupg, libsoup
|
, makeWrapper, itstool, gnupg, libsoup
|
||||||
, gnome3, librsvg, gdk_pixbuf, gpgme
|
, gnome3, librsvg, gdk_pixbuf, gpgme
|
||||||
, libsecret, avahi, p11_kit, openssh }:
|
, libsecret, avahi, p11_kit, openssh }:
|
||||||
|
@ -22,9 +22,9 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool gnome3.gcr
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool gnome3.gcr
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper gnupg
|
gnome3.gsettings_desktop_schemas makeWrapper gnupg
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg gpgme
|
gdk_pixbuf gnome3.defaultIconTheme librsvg gpgme
|
||||||
libsecret avahi libsoup p11_kit vala gnome3.gcr
|
libsecret avahi libsoup p11_kit vala gnome3.gcr
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme openssh ];
|
openssh ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
wrapProgram "$out/bin/seahorse" \
|
wrapProgram "$out/bin/seahorse" \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, vala, libgtop
|
{ stdenv, intltool, fetchurl, vala, libgtop
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme
|
, pkgconfig, gtk3, glib
|
||||||
, bash, makeWrapper, itstool, libxml2
|
, bash, makeWrapper, itstool, libxml2
|
||||||
, gnome3, librsvg, gdk_pixbuf, file }:
|
, gnome3, librsvg, gdk_pixbuf, file }:
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ vala pkgconfig gtk3 glib libgtop intltool itstool libxml2
|
buildInputs = [ vala pkgconfig gtk3 glib libgtop intltool itstool libxml2
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper file
|
gnome3.gsettings_desktop_schemas makeWrapper file
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
gdk_pixbuf gnome3.defaultIconTheme librsvg ];
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme ];
|
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
wrapProgram "$out/bin/baobab" \
|
wrapProgram "$out/bin/baobab" \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, webkitgtk, pkgconfig, gtk3, glib
|
{ stdenv, intltool, fetchurl, webkitgtk, pkgconfig, gtk3, glib
|
||||||
, file, librsvg, hicolor_icon_theme, gnome3, gdk_pixbuf
|
, file, librsvg, gnome3, gdk_pixbuf
|
||||||
, dbus_glib, dbus_libs, telepathy_glib, telepathy_farstream
|
, dbus_glib, dbus_libs, telepathy_glib, telepathy_farstream
|
||||||
, clutter_gtk, clutter-gst, gst_all_1, cogl, gnome_online_accounts
|
, clutter_gtk, clutter-gst, gst_all_1, cogl, gnome_online_accounts
|
||||||
, gcr, libsecret, folks, libpulseaudio, telepathy_mission_control
|
, gcr, libsecret, folks, libpulseaudio, telepathy_mission_control
|
||||||
|
@ -32,8 +32,8 @@ stdenv.mkDerivation rec {
|
||||||
gcr libsecret libpulseaudio gnome3.yelp_xsl gdk_pixbuf
|
gcr libsecret libpulseaudio gnome3.yelp_xsl gdk_pixbuf
|
||||||
libnotify clutter libsoup gnutls libgee p11_kit
|
libnotify clutter libsoup gnutls libgee p11_kit
|
||||||
libcanberra_gtk3 telepathy_farstream farstream
|
libcanberra_gtk3 telepathy_farstream farstream
|
||||||
gnome3.adwaita-icon-theme hicolor_icon_theme
|
gnome3.defaultIconTheme gnome3.gsettings_desktop_schemas
|
||||||
gnome3.gsettings_desktop_schemas file libtool librsvg ];
|
file libtool librsvg ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [ "-I${dbus_glib}/include/dbus-1.0"
|
NIX_CFLAGS_COMPILE = [ "-I${dbus_glib}/include/dbus-1.0"
|
||||||
"-I${dbus_libs}/include/dbus-1.0"
|
"-I${dbus_libs}/include/dbus-1.0"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
, bash, makeWrapper, gnome3, libwnck3, libxml2, libxslt, libtool
|
, bash, makeWrapper, gnome3, libwnck3, libxml2, libxslt, libtool
|
||||||
, webkitgtk, libsoup, libsecret, gnome_desktop, libnotify, p11_kit
|
, webkitgtk, libsoup, libsecret, gnome_desktop, libnotify, p11_kit
|
||||||
, sqlite, gcr, avahi, nss, isocodes, itstool, file, which
|
, sqlite, gcr, avahi, nss, isocodes, itstool, file, which
|
||||||
, hicolor_icon_theme, gdk_pixbuf, librsvg, gnome_common }:
|
, gdk_pixbuf, librsvg, gnome_common }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "epiphany-${gnome3.version}.0";
|
name = "epiphany-${gnome3.version}.0";
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ gtk3 glib intltool libwnck3 libxml2 libxslt pkgconfig file
|
buildInputs = [ gtk3 glib intltool libwnck3 libxml2 libxslt pkgconfig file
|
||||||
webkitgtk libsoup libsecret gnome_desktop libnotify libtool
|
webkitgtk libsoup libsecret gnome_desktop libnotify libtool
|
||||||
sqlite isocodes nss itstool p11_kit nspr icu gnome3.yelp_tools
|
sqlite isocodes nss itstool p11_kit nspr icu gnome3.yelp_tools
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg which gnome_common
|
gdk_pixbuf gnome3.defaultIconTheme librsvg which gnome_common
|
||||||
gcr avahi gnome3.gsettings_desktop_schemas makeWrapper ];
|
gcr avahi gnome3.gsettings_desktop_schemas makeWrapper ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${nspr}/include/nspr -I${nss}/include/nss -I${glib}/include/gio-unix-2.0";
|
NIX_CFLAGS_COMPILE = "-I${nspr}/include/nspr -I${nss}/include/nss -I${glib}/include/gio-unix-2.0";
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, pkgconfig, libxml2
|
{ stdenv, intltool, fetchurl, pkgconfig, libxml2
|
||||||
, bash, gtk3, glib, hicolor_icon_theme, makeWrapper
|
, bash, gtk3, glib, makeWrapper
|
||||||
, itstool, gnome3, librsvg, gdk_pixbuf, mpfr, gmp }:
|
, itstool, gnome3, librsvg, gdk_pixbuf, mpfr, gmp }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -16,8 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ bash pkgconfig gtk3 glib intltool itstool
|
buildInputs = [ bash pkgconfig gtk3 glib intltool itstool
|
||||||
libxml2 gnome3.gtksourceview mpfr gmp
|
libxml2 gnome3.gtksourceview mpfr gmp
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
gdk_pixbuf gnome3.defaultIconTheme librsvg
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper ];
|
gnome3.gsettings_desktop_schemas makeWrapper ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, evolution_data_server, db
|
{ stdenv, intltool, fetchurl, evolution_data_server, db
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme, libsecret
|
, pkgconfig, gtk3, glib, libsecret
|
||||||
, libchamplain, clutter_gtk, geocode_glib
|
, libchamplain, clutter_gtk, geocode_glib
|
||||||
, bash, makeWrapper, itstool, folks, libnotify, libxml2
|
, bash, makeWrapper, itstool, folks, libnotify, libxml2
|
||||||
, gnome3, librsvg, gdk_pixbuf, file, telepathy_glib, nspr, nss
|
, gnome3, librsvg, gdk_pixbuf, file, telepathy_glib, nspr, nss
|
||||||
|
@ -26,9 +26,8 @@ stdenv.mkDerivation rec {
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper file libnotify
|
gnome3.gsettings_desktop_schemas makeWrapper file libnotify
|
||||||
folks gnome3.gnome_desktop telepathy_glib libsecret dbus_glib
|
folks gnome3.gnome_desktop telepathy_glib libsecret dbus_glib
|
||||||
libxml2 libsoup gnome3.gnome_online_accounts nspr nss
|
libxml2 libsoup gnome3.gnome_online_accounts nspr nss
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
gdk_pixbuf gnome3.defaulticontheme librsvg
|
||||||
libchamplain clutter_gtk geocode_glib
|
libchamplain clutter_gtk geocode_glib
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
|
||||||
vala automake115x autoconf db ];
|
vala automake115x autoconf db ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ fetchurl, stdenv, pkgconfig, gnome3, ibus, intltool, upower, makeWrapper
|
{ fetchurl, stdenv, pkgconfig, gnome3, ibus, intltool, upower, makeWrapper
|
||||||
, libcanberra, libcanberra_gtk3, accountsservice, libpwquality, libpulseaudio
|
, libcanberra, libcanberra_gtk3, accountsservice, libpwquality, libpulseaudio
|
||||||
, gdk_pixbuf, hicolor_icon_theme, librsvg, libxkbfile, libnotify
|
, gdk_pixbuf, librsvg, libxkbfile, libnotify
|
||||||
, libxml2, polkit, libxslt, libgtop, libsoup, colord, colord-gtk
|
, libxml2, polkit, libxslt, libgtop, libsoup, colord, colord-gtk
|
||||||
, cracklib, python, libkrb5, networkmanagerapplet, networkmanager
|
, cracklib, python, libkrb5, networkmanagerapplet, networkmanager
|
||||||
, libwacom, samba, shared_mime_info, tzdata, icu, libtool, udev
|
, libwacom, samba, shared_mime_info, tzdata, icu, libtool, udev
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl
|
{ stdenv, intltool, fetchurl
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme
|
, pkgconfig, gtk3, glib
|
||||||
, bash, makeWrapper, itstool, libxml2
|
, bash, makeWrapper, itstool, libxml2
|
||||||
, gnome3, librsvg, gdk_pixbuf, file }:
|
, gnome3, librsvg, gdk_pixbuf, file }:
|
||||||
|
|
||||||
|
@ -16,8 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0";
|
NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0";
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
||||||
propagatedBuildInputs = [ gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
propagatedBuildInputs = [ gdk_pixbuf gnome3.defaultIconTheme librsvg ];
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme ];
|
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2 file
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2 file
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper ];
|
gnome3.gsettings_desktop_schemas makeWrapper ];
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, pkgconfig, udisks2, libsecret, libdvdread
|
{ stdenv, intltool, fetchurl, pkgconfig, udisks2, libsecret, libdvdread
|
||||||
, bash, gtk3, glib, hicolor_icon_theme, makeWrapper, cracklib, libnotify
|
, bash, gtk3, glib, makeWrapper, cracklib, libnotify
|
||||||
, itstool, gnome3, librsvg, gdk_pixbuf, libxml2, python
|
, itstool, gnome3, librsvg, gdk_pixbuf, libxml2, python
|
||||||
, libcanberra_gtk3, libxslt, libtool, docbook_xsl, libpwquality }:
|
, libcanberra_gtk3, libxslt, libtool, docbook_xsl, libpwquality }:
|
||||||
|
|
||||||
|
@ -20,9 +20,8 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ bash pkgconfig gtk3 glib intltool itstool
|
buildInputs = [ bash pkgconfig gtk3 glib intltool itstool
|
||||||
libxslt libtool libsecret libpwquality cracklib
|
libxslt libtool libsecret libpwquality cracklib
|
||||||
libnotify libdvdread libcanberra_gtk3 docbook_xsl
|
libnotify libdvdread libcanberra_gtk3 docbook_xsl
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme
|
gdk_pixbuf gnome3.defaultIconTheme
|
||||||
librsvg udisks2 gnome3.gnome_settings_daemon
|
librsvg udisks2 gnome3.gnome_settings_daemon
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper libxml2 ];
|
gnome3.gsettings_desktop_schemas makeWrapper libxml2 ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl
|
{ stdenv, intltool, fetchurl
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme
|
, pkgconfig, gtk3, glib
|
||||||
, bash, makeWrapper, itstool
|
, bash, makeWrapper, itstool
|
||||||
, gnome3, librsvg, gdk_pixbuf }:
|
, gnome3, librsvg, gdk_pixbuf }:
|
||||||
|
|
||||||
|
@ -18,8 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool gnome3.gnome_desktop
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool gnome3.gnome_desktop
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
gdk_pixbuf gnome3.defaultIconTheme librsvg
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper ];
|
gnome3.gsettings_desktop_schemas makeWrapper ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, glib, libxslt, gtk, makeWrapper
|
{ stdenv, fetchurl, pkgconfig, glib, libxslt, gtk, makeWrapper
|
||||||
, webkitgtk, json_glib, rest, libsecret, dbus_glib, gnome_common
|
, webkitgtk, json_glib, rest, libsecret, dbus_glib, gnome_common
|
||||||
, telepathy_glib, intltool, dbus_libs, icu, autoreconfHook
|
, telepathy_glib, intltool, dbus_libs, icu, autoreconfHook
|
||||||
, libsoup, docbook_xsl_ns, docbook_xsl, gnome3, hicolor_icon_theme
|
, libsoup, docbook_xsl_ns, docbook_xsl, gnome3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib libxslt gtk webkitgtk json_glib rest gnome_common makeWrapper
|
buildInputs = [ pkgconfig glib libxslt gtk webkitgtk json_glib rest gnome_common makeWrapper
|
||||||
libsecret dbus_glib telepathy_glib intltool icu libsoup autoreconfHook
|
libsecret dbus_glib telepathy_glib intltool icu libsoup autoreconfHook
|
||||||
docbook_xsl_ns docbook_xsl hicolor_icon_theme ];
|
docbook_xsl_ns docbook_xsl gnome3.defaultIconTheme ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
for f in "$out/libexec/"*; do
|
for f in "$out/libexec/"*; do
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, pkgconfig, libcanberra_gtk3
|
{ stdenv, intltool, fetchurl, pkgconfig, libcanberra_gtk3
|
||||||
, bash, gtk3, glib, hicolor_icon_theme, makeWrapper
|
, bash, gtk3, glib, makeWrapper
|
||||||
, itstool, gnome3, librsvg, gdk_pixbuf }:
|
, itstool, gnome3, librsvg, gdk_pixbuf }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -15,8 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0";
|
NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0";
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
||||||
propagatedBuildInputs = [ gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
propagatedBuildInputs = [ gdk_pixbuf gnome3.defaultIconTheme librsvg ];
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme ];
|
|
||||||
|
|
||||||
buildInputs = [ bash pkgconfig gtk3 glib intltool itstool libcanberra_gtk3
|
buildInputs = [ bash pkgconfig gtk3 glib intltool itstool libcanberra_gtk3
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper ];
|
gnome3.gsettings_desktop_schemas makeWrapper ];
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ fetchurl, stdenv, pkgconfig, gnome3, glib, dbus_glib, json_glib, upower
|
{ fetchurl, stdenv, pkgconfig, gnome3, glib, dbus_glib, json_glib, upower
|
||||||
, libxslt, intltool, makeWrapper, systemd, xorg, hicolor_icon_theme }:
|
, libxslt, intltool, makeWrapper, systemd, xorg }:
|
||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = with gnome3;
|
buildInputs = with gnome3;
|
||||||
[ pkgconfig glib gnome_desktop gtk dbus_glib json_glib libxslt
|
[ pkgconfig glib gnome_desktop gtk dbus_glib json_glib libxslt
|
||||||
gnome3.gnome_settings_daemon xorg.xtrans hicolor_icon_theme
|
gnome3.gnome_settings_daemon xorg.xtrans gnome3.defaultIconTheme
|
||||||
gsettings_desktop_schemas upower intltool gconf makeWrapper systemd ];
|
gsettings_desktop_schemas upower intltool gconf makeWrapper systemd ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, libgtop
|
{ stdenv, intltool, fetchurl, libgtop, pkgconfig, gtk3, glib
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme
|
, bash, makeWrapper, itstool, gnome3, file }:
|
||||||
, bash, makeWrapper, itstool
|
|
||||||
, gnome3, file }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-shell-extensions-${gnome3.version}.1";
|
name = "gnome-shell-extensions-${gnome3.version}.1";
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, pkgconfig
|
{ stdenv, intltool, fetchurl, pkgconfig
|
||||||
, bash, gtk3, glib, hicolor_icon_theme, makeWrapper
|
, bash, gtk3, glib, makeWrapper
|
||||||
, itstool, gnome3, librsvg, gdk_pixbuf, libxml2 }:
|
, itstool, gnome3, librsvg, gdk_pixbuf, libxml2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -15,8 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0";
|
NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0";
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
||||||
propagatedBuildInputs = [ gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
propagatedBuildInputs = [ gdk_pixbuf gnome3.defaultIconTheme librsvg ];
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme ];
|
|
||||||
|
|
||||||
buildInputs = [ bash pkgconfig gtk3 glib intltool itstool
|
buildInputs = [ bash pkgconfig gtk3 glib intltool itstool
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper libxml2 ];
|
gnome3.gsettings_desktop_schemas makeWrapper libxml2 ];
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, pkgconfig, gtkmm3, libxml2
|
{ stdenv, intltool, fetchurl, pkgconfig, gtkmm3, libxml2
|
||||||
, bash, gtk3, glib, hicolor_icon_theme, makeWrapper
|
, bash, gtk3, glib, makeWrapper
|
||||||
, itstool, gnome3, librsvg, gdk_pixbuf, libgtop }:
|
, itstool, gnome3, librsvg, gdk_pixbuf, libgtop }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -16,8 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ bash pkgconfig gtk3 glib intltool itstool libxml2
|
buildInputs = [ bash pkgconfig gtk3 glib intltool itstool libxml2
|
||||||
gtkmm3 libgtop makeWrapper
|
gtkmm3 libgtop makeWrapper
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
gdk_pixbuf gnome3.defaultIconTheme librsvg
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
|
||||||
gnome3.gsettings_desktop_schemas ];
|
gnome3.gsettings_desktop_schemas ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, intltool, gtk3, gnome3, librsvg, pkgconfig, pango, atk, gtk2
|
{ stdenv, fetchurl, intltool, gtk3, gnome3, librsvg, pkgconfig, pango, atk, gtk2
|
||||||
, gdk_pixbuf, hicolor_icon_theme }:
|
, gdk_pixbuf }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-themes-standard-${gnome3.version}.0";
|
name = "gnome-themes-standard-${gnome3.version}.0";
|
||||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ intltool gtk3 librsvg pkgconfig pango atk gtk2 gdk_pixbuf
|
buildInputs = [ intltool gtk3 librsvg pkgconfig pango atk gtk2 gdk_pixbuf
|
||||||
hicolor_icon_theme ];
|
gnome3.defaultIconTheme ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, apacheHttpd_2_2, nautilus
|
{ stdenv, intltool, fetchurl, apacheHttpd_2_2, nautilus
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme, libxml2, gnused
|
, pkgconfig, gtk3, glib, libxml2, gnused
|
||||||
, bash, makeWrapper, itstool, libnotify, libtool, mod_dnssd
|
, bash, makeWrapper, itstool, libnotify, libtool, mod_dnssd
|
||||||
, gnome3, librsvg, gdk_pixbuf, file, libcanberra_gtk3 }:
|
, gnome3, librsvg, gdk_pixbuf, file, libcanberra_gtk3 }:
|
||||||
|
|
||||||
|
@ -27,8 +27,7 @@ in stdenv.mkDerivation rec {
|
||||||
"--with-nautilusdir=$(out)/lib/nautilus/extensions-3.0" ];
|
"--with-nautilusdir=$(out)/lib/nautilus/extensions-3.0" ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2 libtool
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2 libtool
|
||||||
makeWrapper file gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
makeWrapper file gdk_pixbuf gnome3.defaultIconTheme librsvg
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
|
||||||
nautilus libnotify libcanberra_gtk3 ];
|
nautilus libnotify libcanberra_gtk3 ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, intltool, gnome3
|
{ stdenv, fetchurl, pkgconfig, intltool, gnome3
|
||||||
, glib, gtk3, gobjectIntrospection, python, pygobject3, hicolor_icon_theme
|
, glib, gtk3, gobjectIntrospection, python, pygobject3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
|
||||||
version = "${majorVersion}.1";
|
version = "${majorVersion}.1";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
intltool pkgconfig
|
intltool pkgconfig glib gtk3 gobjectIntrospection python pygobject3
|
||||||
glib gtk3 gobjectIntrospection python pygobject3 hicolor_icon_theme
|
gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, file, intltool, gobjectIntrospection, glib
|
{ stdenv, fetchurl, pkgconfig, file, intltool, gobjectIntrospection, glib
|
||||||
, clutter_gtk, clutter-gst, gnome3, gtksourceview, libmusicbrainz
|
, clutter_gtk, clutter-gst, gnome3, gtksourceview, libmusicbrainz
|
||||||
, webkitgtk, libmusicbrainz5, icu, makeWrapper, gst_all_1
|
, webkitgtk, libmusicbrainz5, icu, makeWrapper, gst_all_1
|
||||||
, gdk_pixbuf, librsvg, hicolor_icon_theme, gtk3 }:
|
, gdk_pixbuf, librsvg, gtk3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sushi-3.12.0";
|
name = "sushi-3.12.0";
|
||||||
|
@ -14,9 +14,9 @@ stdenv.mkDerivation rec {
|
||||||
propagatedUserEnvPkgs = [ gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good ];
|
propagatedUserEnvPkgs = [ gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig file intltool gobjectIntrospection glib gtk3
|
buildInputs = [ pkgconfig file intltool gobjectIntrospection glib gtk3
|
||||||
clutter_gtk clutter-gst gnome3.gjs gtksourceview gdk_pixbuf librsvg
|
clutter_gtk clutter-gst gnome3.gjs gtksourceview gdk_pixbuf
|
||||||
gnome3.adwaita-icon-theme hicolor_icon_theme
|
librsvg gnome3.defaultIconTheme libmusicbrainz5 webkitgtk
|
||||||
libmusicbrainz5 webkitgtk gnome3.evince icu makeWrapper ];
|
gnome3.evince icu makeWrapper ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, intltool, fetchurl, gst_all_1
|
{ stdenv, intltool, fetchurl, gst_all_1
|
||||||
, clutter_gtk, clutter-gst, pygobject3, shared_mime_info
|
, clutter_gtk, clutter-gst, pygobject3, shared_mime_info
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme
|
, pkgconfig, gtk3, glib
|
||||||
, bash, makeWrapper, itstool, libxml2, dbus_glib
|
, bash, makeWrapper, itstool, libxml2, dbus_glib
|
||||||
, gnome3, librsvg, gdk_pixbuf, file }:
|
, gnome3, librsvg, gdk_pixbuf, file }:
|
||||||
|
|
||||||
|
@ -25,8 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base
|
gst_all_1.gstreamer gst_all_1.gst-plugins-base
|
||||||
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad
|
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad
|
||||||
gnome3.libpeas pygobject3 shared_mime_info dbus_glib
|
gnome3.libpeas pygobject3 shared_mime_info dbus_glib
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg gnome3.gnome_desktop
|
gdk_pixbuf gnome3.defaultIconTheme librsvg gnome3.gnome_desktop
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper file ];
|
gnome3.gsettings_desktop_schemas makeWrapper file ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, libxml2, upower
|
{ stdenv, intltool, fetchurl, libxml2, upower
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme
|
, pkgconfig, gtk3, glib
|
||||||
, bash, makeWrapper, itstool, vala, sqlite, libxslt
|
, bash, makeWrapper, itstool, vala, sqlite, libxslt
|
||||||
, gnome3, librsvg, gdk_pixbuf, file, libnotify
|
, gnome3, librsvg, gdk_pixbuf, file, libnotify
|
||||||
, evolution_data_server, gst_all_1, poppler
|
, evolution_data_server, gst_all_1, poppler
|
||||||
|
@ -27,12 +27,11 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ vala pkgconfig gtk3 glib intltool itstool libxml2
|
buildInputs = [ vala pkgconfig gtk3 glib intltool itstool libxml2
|
||||||
bzip2 gnome3.totem-pl-parser libxslt
|
bzip2 gnome3.totem-pl-parser libxslt
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper file
|
gnome3.gsettings_desktop_schemas makeWrapper file
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg sqlite
|
gdk_pixbuf gnome3.defaultIconTheme librsvg sqlite
|
||||||
upower libnotify evolution_data_server gnome3.libgee
|
upower libnotify evolution_data_server gnome3.libgee
|
||||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base flac
|
gst_all_1.gstreamer gst_all_1.gst-plugins-base flac
|
||||||
poppler icu taglib libjpeg libtiff giflib libvorbis
|
poppler icu taglib libjpeg libtiff giflib libvorbis
|
||||||
exempi networkmanager libpng libexif libgsf libuuid
|
exempi networkmanager libpng libexif libgsf libuuid ];
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme ];
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace src/libtracker-sparql/Makefile.in --replace "--shared-library=libtracker-sparql" "--shared-library=$out/lib/libtracker-sparql"
|
substituteInPlace src/libtracker-sparql/Makefile.in --replace "--shared-library=libtracker-sparql" "--shared-library=$out/lib/libtracker-sparql"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, gtk3, glib, libsoup, pkgconfig, makeWrapper
|
{ stdenv, intltool, fetchurl, gtk3, glib, libsoup, pkgconfig, makeWrapper
|
||||||
, hicolor_icon_theme, gnome3
|
, gnome3, libnotify, file, telepathy_glib, dbus_glib }:
|
||||||
, libnotify, file, telepathy_glib, dbus_glib }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "vino-${versionMajor}.${versionMinor}";
|
name = "vino-${versionMajor}.${versionMinor}";
|
||||||
|
@ -15,8 +14,8 @@ stdenv.mkDerivation rec {
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
buildInputs = [ gtk3 intltool glib libsoup pkgconfig libnotify
|
buildInputs = [ gtk3 intltool glib libsoup pkgconfig libnotify
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
gnome3.defaultIconTheme dbus_glib telepathy_glib file
|
||||||
dbus_glib telepathy_glib file makeWrapper ];
|
makeWrapper ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
wrapProgram "$out/libexec/vino-server" \
|
wrapProgram "$out/libexec/vino-server" \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, webkitgtk, pkgconfig, gtk3, glib
|
{ stdenv, intltool, fetchurl, webkitgtk, pkgconfig, gtk3, glib
|
||||||
, file, librsvg, hicolor_icon_theme, gnome3, gdk_pixbuf, sqlite
|
, file, librsvg, gnome3, gdk_pixbuf, sqlite
|
||||||
, bash, makeWrapper, itstool, libxml2, libxslt, icu, gst_all_1
|
, bash, makeWrapper, itstool, libxml2, libxslt, icu, gst_all_1
|
||||||
, wrapGAppsHook }:
|
, wrapGAppsHook }:
|
||||||
|
|
||||||
|
@ -17,8 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib webkitgtk intltool itstool sqlite
|
buildInputs = [ pkgconfig gtk3 glib webkitgtk intltool itstool sqlite
|
||||||
libxml2 libxslt icu file makeWrapper gnome3.yelp_xsl
|
libxml2 libxslt icu file makeWrapper gnome3.yelp_xsl
|
||||||
librsvg gdk_pixbuf gnome3.adwaita-icon-theme
|
librsvg gdk_pixbuf gnome3.defaultIconTheme
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
|
||||||
gnome3.gsettings_desktop_schemas wrapGAppsHook
|
gnome3.gsettings_desktop_schemas wrapGAppsHook
|
||||||
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good ];
|
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good ];
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, webkitgtk, intltool, hicolor_icon_theme }:
|
, webkitgtk, intltool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "devhelp-${gnome3.version}.1";
|
name = "devhelp-${gnome3.version}.1";
|
||||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook webkitgtk intltool hicolor_icon_theme
|
pkgconfig gtk3 wrapGAppsHook webkitgtk intltool gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, librsvg, intltool, itstool, libxml2, hicolor_icon_theme }:
|
, librsvg, intltool, itstool, libxml2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "five-or-more-${gnome3.version}.1";
|
name = "five-or-more-${gnome3.version}.1";
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook librsvg intltool itstool libxml2
|
pkgconfig gtk3 wrapGAppsHook librsvg intltool itstool libxml2
|
||||||
hicolor_icon_theme
|
gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, intltool, itstool, libcanberra_gtk3, librsvg, libxml2
|
, intltool, itstool, libcanberra_gtk3, librsvg, libxml2 }:
|
||||||
, hicolor_icon_theme }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "four-in-a-row-${gnome3.version}.2";
|
name = "four-in-a-row-${gnome3.version}.2";
|
||||||
|
@ -12,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook intltool itstool libcanberra_gtk3 librsvg
|
pkgconfig gtk3 wrapGAppsHook intltool itstool libcanberra_gtk3 librsvg
|
||||||
libxml2 hicolor_icon_theme
|
libxml2 gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, intltool, itstool, librsvg, libxml2, hicolor_icon_theme }:
|
, intltool, itstool, librsvg, libxml2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-chess-${gnome3.version}.2";
|
name = "gnome-chess-${gnome3.version}.2";
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook intltool itstool librsvg libxml2
|
pkgconfig gtk3 wrapGAppsHook intltool itstool librsvg libxml2
|
||||||
hicolor_icon_theme
|
gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, librsvg, libxml2, intltool, itstool, hicolor_icon_theme }:
|
, librsvg, libxml2, intltool, itstool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-klotski-${gnome3.version}.1";
|
name = "gnome-klotski-${gnome3.version}.1";
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook intltool itstool librsvg libxml2
|
pkgconfig gtk3 wrapGAppsHook intltool itstool librsvg libxml2
|
||||||
hicolor_icon_theme
|
gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, librsvg, intltool, itstool, libxml2, hicolor_icon_theme }:
|
, librsvg, intltool, itstool, libxml2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-mahjongg-${gnome3.version}.1";
|
name = "gnome-mahjongg-${gnome3.version}.1";
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook librsvg intltool itstool libxml2
|
pkgconfig gtk3 wrapGAppsHook librsvg intltool itstool libxml2
|
||||||
hicolor_icon_theme
|
gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, librsvg, intltool, itstool, libxml2, hicolor_icon_theme }:
|
, librsvg, intltool, itstool, libxml2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-mines-${gnome3.version}.1";
|
name = "gnome-mines-${gnome3.version}.1";
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook librsvg intltool itstool libxml2
|
pkgconfig gtk3 wrapGAppsHook librsvg intltool itstool libxml2
|
||||||
hicolor_icon_theme
|
gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, librsvg, libcanberra_gtk3, clutter_gtk, intltool, itstool
|
, librsvg, libcanberra_gtk3, clutter_gtk, intltool, itstool
|
||||||
, libxml2, hicolor_icon_theme }:
|
, libxml2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-nibbles-${gnome3.version}.1";
|
name = "gnome-nibbles-${gnome3.version}.1";
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook intltool itstool libxml2
|
pkgconfig gtk3 wrapGAppsHook intltool itstool libxml2
|
||||||
librsvg libcanberra_gtk3 hicolor_icon_theme clutter_gtk
|
librsvg libcanberra_gtk3 clutter_gtk gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, librsvg, libcanberra_gtk3, intltool, itstool, libxml2
|
, librsvg, libcanberra_gtk3, intltool, itstool, libxml2 }:
|
||||||
, hicolor_icon_theme }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-robots-${gnome3.version}.1";
|
name = "gnome-robots-${gnome3.version}.1";
|
||||||
|
@ -12,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook intltool itstool librsvg libcanberra_gtk3
|
pkgconfig gtk3 wrapGAppsHook intltool itstool librsvg libcanberra_gtk3
|
||||||
libxml2 hicolor_icon_theme
|
libxml2 gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, librsvg, libcanberra_gtk3, intltool, itstool, libxml2
|
, librsvg, libcanberra_gtk3, intltool, itstool, libxml2 }:
|
||||||
, hicolor_icon_theme }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-taquin-${gnome3.version}.1";
|
name = "gnome-taquin-${gnome3.version}.1";
|
||||||
|
@ -12,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook librsvg libcanberra_gtk3
|
pkgconfig gtk3 wrapGAppsHook librsvg libcanberra_gtk3
|
||||||
intltool itstool libxml2 hicolor_icon_theme
|
intltool itstool libxml2 gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, libxml2, intltool, itstool, hicolor_icon_theme }:
|
, libxml2, intltool, itstool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-tetravex-${gnome3.version}.0";
|
name = "gnome-tetravex-${gnome3.version}.0";
|
||||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook intltool itstool libxml2 hicolor_icon_theme
|
pkgconfig gtk3 wrapGAppsHook intltool itstool libxml2 gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, libxml2, intltool, itstool, hicolor_icon_theme }:
|
, libxml2, intltool, itstool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hitori-${gnome3.version}.1";
|
name = "hitori-${gnome3.version}.1";
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook intltool itstool libxml2
|
pkgconfig gtk3 wrapGAppsHook intltool itstool libxml2
|
||||||
hicolor_icon_theme
|
gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchurl, intltool, pkgconfig, gtk3, vala
|
{ stdenv, fetchurl, intltool, pkgconfig, gtk3, vala
|
||||||
, makeWrapper, gdk_pixbuf, cmake, desktop_file_utils
|
, makeWrapper, gdk_pixbuf, cmake, desktop_file_utils
|
||||||
, libnotify, libcanberra, libsecret, gmime
|
, libnotify, libcanberra, libsecret, gmime
|
||||||
, libpthreadstubs, hicolor_icon_theme, sqlite
|
, libpthreadstubs, sqlite
|
||||||
, gnome3, librsvg, gnome_doc_utils, webkitgtk }:
|
, gnome3, librsvg, gnome_doc_utils, webkitgtk }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ intltool pkgconfig gtk3 makeWrapper cmake desktop_file_utils gnome_doc_utils
|
buildInputs = [ intltool pkgconfig gtk3 makeWrapper cmake desktop_file_utils gnome_doc_utils
|
||||||
vala webkitgtk libnotify libcanberra gnome3.libgee libsecret gmime sqlite
|
vala webkitgtk libnotify libcanberra gnome3.libgee libsecret gmime sqlite
|
||||||
libpthreadstubs gnome3.gsettings_desktop_schemas hicolor_icon_theme gnome3.gcr
|
libpthreadstubs gnome3.gsettings_desktop_schemas gnome3.gcr
|
||||||
gdk_pixbuf librsvg gnome3.adwaita-icon-theme gnome3.adwaita-icon-theme ];
|
gdk_pixbuf librsvg gnome3.defaultIconTheme ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace src/CMakeLists.txt --replace '`pkg-config --variable=girdir gobject-introspection-1.0`' '${webkitgtk}/share/gir-1.0'
|
substituteInPlace src/CMakeLists.txt --replace '`pkg-config --variable=girdir gobject-introspection-1.0`' '${webkitgtk}/share/gir-1.0'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, intltool, fetchurl, python, pygobject3, atk
|
{ stdenv, intltool, fetchurl, python, pygobject3, atk
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme, libsoup
|
, pkgconfig, gtk3, glib, libsoup
|
||||||
, bash, makeWrapper, itstool, libxml2, python3Packages
|
, bash, makeWrapper, itstool, libxml2, python3Packages
|
||||||
, gnome3, librsvg, gdk_pixbuf, file, libnotify }:
|
, gnome3, librsvg, gdk_pixbuf, file, libnotify }:
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper file
|
gnome3.gsettings_desktop_schemas makeWrapper file
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
gdk_pixbuf gnome3.defaultIconTheme librsvg
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme
|
|
||||||
python pygobject3 libnotify gnome3.gnome_shell
|
python pygobject3 libnotify gnome3.gnome_shell
|
||||||
libsoup gnome3.gnome_settings_daemon gnome3.nautilus
|
libsoup gnome3.gnome_settings_daemon gnome3.nautilus
|
||||||
gnome3.gnome_desktop ];
|
gnome3.gnome_desktop ];
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchFromGitHub, which, automake113x, intltool, pkgconfig, libtool, makeWrapper,
|
{ stdenv, fetchFromGitHub, which, automake113x, intltool, pkgconfig, libtool, makeWrapper,
|
||||||
dbus_glib, libcanberra, gst_all_1, vala, gnome3, gtk3, gst_plugins_base,
|
dbus_glib, libcanberra, gst_all_1, vala, gnome3, gtk3, gst_plugins_base,
|
||||||
glib, gobjectIntrospection, hicolor_icon_theme, telepathy_glib
|
glib, gobjectIntrospection, telepathy_glib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
|
||||||
makeWrapper dbus_glib libcanberra vala gst_all_1.gstreamer
|
makeWrapper dbus_glib libcanberra vala gst_all_1.gstreamer
|
||||||
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
|
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
|
||||||
gnome3.gsettings_desktop_schemas gnome3.gnome_desktop
|
gnome3.gsettings_desktop_schemas gnome3.gnome_desktop
|
||||||
gnome3.gnome_common gnome3.gnome_shell hicolor_icon_theme gtk3
|
gnome3.gnome_common gnome3.gnome_shell gtk3 telepathy_glib
|
||||||
telepathy_glib
|
gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
|
Loading…
Reference in New Issue