mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
This commit is contained in:
parent
545822250c
commit
5c5c20919b
@ -163,7 +163,7 @@ in
|
||||
libgnomekbd
|
||||
|
||||
# theme
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gnome.gnome-themes-extra
|
||||
gtk3.out
|
||||
|
||||
|
@ -373,7 +373,7 @@ in
|
||||
gnome-shell
|
||||
];
|
||||
optionalPackages = with pkgs.gnome; [
|
||||
adwaita-icon-theme
|
||||
pkgs.adwaita-icon-theme
|
||||
nixos-background-info
|
||||
gnome-backgrounds
|
||||
gnome-bluetooth
|
||||
|
@ -207,7 +207,7 @@ in
|
||||
desktop-file-utils
|
||||
glib # for gsettings program
|
||||
gnome-menus
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gtk3.out # for gtk-launch program
|
||||
onboard
|
||||
orca # elementary/greeter#668
|
||||
|
@ -85,7 +85,7 @@ in
|
||||
gtk3.out # gtk-update-icon-cache
|
||||
|
||||
gnome.gnome-themes-extra
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
hicolor-icon-theme
|
||||
tango-icon-theme
|
||||
xfce4-icon-theme
|
||||
|
@ -155,7 +155,7 @@ in
|
||||
gdm # for gnome-login.session
|
||||
config.services.displayManager.sessionData.desktops
|
||||
pkgs.gnome.gnome-control-center # for accessibility icon
|
||||
pkgs.gnome.adwaita-icon-theme
|
||||
pkgs.adwaita-icon-theme
|
||||
pkgs.hicolor-icon-theme # empty icon theme as a base
|
||||
];
|
||||
} // optionalAttrs (xSessionWrapper != null) {
|
||||
@ -183,7 +183,7 @@ in
|
||||
|
||||
# Otherwise GDM will not be able to start correctly and display Wayland sessions
|
||||
systemd.packages = with pkgs.gnome; [ gdm gnome-session gnome-shell ];
|
||||
environment.systemPackages = [ pkgs.gnome.adwaita-icon-theme ];
|
||||
environment.systemPackages = [ pkgs.adwaita-icon-theme ];
|
||||
|
||||
# We dont use the upstream gdm service
|
||||
# it has to be disabled since the gdm package has it
|
||||
|
@ -68,8 +68,8 @@ in
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.gnome.adwaita-icon-theme;
|
||||
defaultText = literalExpression "pkgs.gnome.adwaita-icon-theme";
|
||||
default = pkgs.adwaita-icon-theme;
|
||||
defaultText = literalExpression "pkgs.adwaita-icon-theme";
|
||||
description = ''
|
||||
The package path that contains the icon theme given in the name option.
|
||||
'';
|
||||
@ -89,8 +89,8 @@ in
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.gnome.adwaita-icon-theme;
|
||||
defaultText = literalExpression "pkgs.gnome.adwaita-icon-theme";
|
||||
default = pkgs.adwaita-icon-theme;
|
||||
defaultText = literalExpression "pkgs.adwaita-icon-theme";
|
||||
description = ''
|
||||
The package path that contains the cursor theme given in the name option.
|
||||
'';
|
||||
|
@ -52,8 +52,8 @@ in
|
||||
iconTheme = {
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.gnome.adwaita-icon-theme;
|
||||
defaultText = literalExpression "pkgs.gnome.adwaita-icon-theme";
|
||||
default = pkgs.adwaita-icon-theme;
|
||||
defaultText = literalExpression "pkgs.adwaita-icon-theme";
|
||||
description = ''
|
||||
The package path that contains the icon theme given in the name option.
|
||||
'';
|
||||
@ -90,8 +90,8 @@ in
|
||||
cursorTheme = {
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.gnome.adwaita-icon-theme;
|
||||
defaultText = literalExpression "pkgs.gnome.adwaita-icon-theme";
|
||||
default = pkgs.adwaita-icon-theme;
|
||||
defaultText = literalExpression "pkgs.adwaita-icon-theme";
|
||||
description = ''
|
||||
The package path that contains the cursor theme given in the name option.
|
||||
'';
|
||||
|
@ -17,6 +17,7 @@
|
||||
libxml2,
|
||||
gsettings-desktop-schemas,
|
||||
gnome,
|
||||
adwaita-icon-theme,
|
||||
wrapGAppsHook3,
|
||||
fetchpatch,
|
||||
}:
|
||||
@ -59,7 +60,7 @@ stdenv.mkDerivation rec {
|
||||
opusfile
|
||||
flac
|
||||
gsettings-desktop-schemas
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
doCheck = false; # fails 1 out of 9 tests
|
||||
|
@ -1,8 +1,8 @@
|
||||
{ stdenv, lib, fetchFromGitHub
|
||||
, gobject-introspection, makeWrapper, wrapGAppsHook3
|
||||
, gtk3, gst_all_1, python3
|
||||
, gettext, gnome, help2man, keybinder3, libnotify, librsvg, streamripper, udisks, webkitgtk
|
||||
, iconTheme ? gnome.adwaita-icon-theme
|
||||
, gettext, adwaita-icon-theme, help2man, keybinder3, libnotify, librsvg, streamripper, udisks, webkitgtk
|
||||
, iconTheme ? adwaita-icon-theme
|
||||
, deviceDetectionSupport ? true
|
||||
, documentationSupport ? true
|
||||
, notificationSupport ? true
|
||||
|
@ -2,7 +2,7 @@
|
||||
, fetchFromGitHub
|
||||
, gitUpdater
|
||||
, glibcLocales
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gobject-introspection
|
||||
, gtk3
|
||||
, intltool
|
||||
@ -42,7 +42,7 @@ python3Packages.buildPythonApplication rec {
|
||||
buildInputs = [
|
||||
python3
|
||||
gtk3
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
|
@ -12,7 +12,7 @@
|
||||
, glib
|
||||
, glib-networking
|
||||
, glibmm
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gsettings-desktop-schemas
|
||||
, gtk3
|
||||
, gtkmm3
|
||||
@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
glib
|
||||
glib-networking.out
|
||||
glibmm
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gsettings-desktop-schemas
|
||||
gtk3
|
||||
gtkmm3
|
||||
|
@ -8,7 +8,7 @@
|
||||
, libsigcxx
|
||||
, libcanberra-gtk3
|
||||
, json-glib
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, wrapGAppsHook3
|
||||
}:
|
||||
|
||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
libsigcxx
|
||||
libcanberra-gtk3
|
||||
json-glib
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkg-config intltool wrapGAppsHook3 ];
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ stdenv, lib, fetchFromGitHub, meson, ninja, pkg-config, appstream-glib
|
||||
, wrapGAppsHook3, pythonPackages, gtk3, gnome, gobject-introspection
|
||||
, wrapGAppsHook3, pythonPackages, gtk3, adwaita-icon-theme, gobject-introspection
|
||||
, libnotify, libsecret, gst_all_1 }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
@ -27,7 +27,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs =
|
||||
[ gtk3 gobject-introspection libnotify libsecret gnome.adwaita-icon-theme ] ++
|
||||
[ gtk3 gobject-introspection libnotify libsecret adwaita-icon-theme ] ++
|
||||
(with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly gst-plugins-bad ]) ++
|
||||
(with pythonPackages; [ pygobject3 pylast ]);
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ lib, fetchFromGitHub, wrapGAppsHook3, gettext
|
||||
, python3Packages, gnome, gtk3, glib, gdk-pixbuf, gsettings-desktop-schemas, gobject-introspection }:
|
||||
, python3Packages, adwaita-icon-theme, gtk3, glib, gdk-pixbuf, gsettings-desktop-schemas, gobject-introspection }:
|
||||
|
||||
let
|
||||
inherit (python3Packages) buildPythonApplication isPy3k dbus-python pygobject3 mpd2 setuptools;
|
||||
@ -24,7 +24,7 @@ in buildPythonApplication rec {
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gsettings-desktop-schemas
|
||||
gtk3
|
||||
gdk-pixbuf
|
||||
|
@ -11,6 +11,7 @@
|
||||
, brasero
|
||||
, libcanberra-gtk3
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gst_all_1
|
||||
, libmusicbrainz5
|
||||
, libdiscid
|
||||
@ -42,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
gtk3
|
||||
brasero
|
||||
libcanberra-gtk3
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gsettings-desktop-schemas
|
||||
libmusicbrainz5
|
||||
libdiscid
|
||||
|
@ -8,7 +8,7 @@
|
||||
, enchant
|
||||
, gucharmap
|
||||
, python3
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
|
||||
buildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gtk
|
||||
libxml2
|
||||
enchant
|
||||
|
@ -12,6 +12,7 @@
|
||||
, libgedit-gtksourceview
|
||||
, libgedit-tepl
|
||||
, libgee
|
||||
, adwaita-icon-theme
|
||||
, gnome
|
||||
, glib
|
||||
, pkg-config
|
||||
@ -49,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
glib
|
||||
gsettings-desktop-schemas
|
||||
gspell
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ cmake, pkg-config, callPackage, gobject-introspection, wrapGAppsHook3
|
||||
, python3Packages, libxml2, gnuplot, gnome, gdk-pixbuf, intltool, libmirage }:
|
||||
, python3Packages, libxml2, gnuplot, adwaita-icon-theme, gdk-pixbuf, intltool, libmirage }:
|
||||
python3Packages.buildPythonApplication {
|
||||
|
||||
inherit (callPackage ./common-drv-attrs.nix {
|
||||
@ -8,7 +8,7 @@ python3Packages.buildPythonApplication {
|
||||
hash = "sha256-7I8RUgd+k3cEzskJGbziv1f0/eo5QQXn62wGh/Y5ozc=";
|
||||
}) pname version src meta;
|
||||
|
||||
buildInputs = [ libxml2 gnuplot libmirage gnome.adwaita-icon-theme gdk-pixbuf ];
|
||||
buildInputs = [ libxml2 gnuplot libmirage adwaita-icon-theme gdk-pixbuf ];
|
||||
propagatedBuildInputs = with python3Packages; [ pygobject3 matplotlib ];
|
||||
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 intltool gobject-introspection ];
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ callPackage, cmake, pkg-config, wrapGAppsHook3, gobject-introspection
|
||||
, python3Packages, libnotify, intltool, gnome, gdk-pixbuf }:
|
||||
, python3Packages, libnotify, intltool, adwaita-icon-theme, gdk-pixbuf }:
|
||||
python3Packages.buildPythonApplication {
|
||||
|
||||
inherit (callPackage ./common-drv-attrs.nix {
|
||||
@ -9,7 +9,7 @@ python3Packages.buildPythonApplication {
|
||||
}) pname version src meta;
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 intltool gobject-introspection ];
|
||||
buildInputs = [ libnotify gnome.adwaita-icon-theme gdk-pixbuf ];
|
||||
buildInputs = [ libnotify adwaita-icon-theme gdk-pixbuf ];
|
||||
propagatedBuildInputs = with python3Packages; [ pygobject3 ];
|
||||
|
||||
pyproject = false;
|
||||
|
@ -8,7 +8,7 @@
|
||||
, pango
|
||||
, pkg-config
|
||||
, wrapGAppsHook3
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, withGtk3 ? true
|
||||
, gtk2
|
||||
, gtk3
|
||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-FMt7JHSTxMzmX7tZAmEeOtAKeocPvB5QrcUEKMUUDPc=";
|
||||
};
|
||||
|
||||
buildInputs = [ glib gtk libfm' libX11 pango gnome.adwaita-icon-theme ];
|
||||
buildInputs = [ glib gtk libfm' libX11 pango adwaita-icon-theme ];
|
||||
nativeBuildInputs = [ pkg-config wrapGAppsHook3 intltool ];
|
||||
|
||||
configureFlags = optional withGtk3 "--with-gtk=3";
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, makeDesktopItem, fetchurl, unzip
|
||||
, gdk-pixbuf, glib, gtk3, atk, at-spi2-atk, pango, cairo, freetype, fontconfig, dbus, nss, nspr, alsa-lib, cups, expat, udev, gnome
|
||||
, gdk-pixbuf, glib, gtk3, atk, at-spi2-atk, pango, cairo, freetype, fontconfig, dbus, nss, nspr, alsa-lib, cups, expat, udev, adwaita-icon-theme
|
||||
, xorg, mozjpeg, makeWrapper, wrapGAppsHook3, libuuid, at-spi2-core, libdrm, mesa, libxkbcommon
|
||||
}:
|
||||
|
||||
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [makeWrapper wrapGAppsHook3 unzip];
|
||||
buildInputs = [ gtk3 gnome.adwaita-icon-theme ];
|
||||
buildInputs = [ gtk3 adwaita-icon-theme ];
|
||||
|
||||
# src is producing multiple folder on unzip so we must
|
||||
# override unpackCmd to extract it into newly created folder
|
||||
|
@ -38,7 +38,7 @@
|
||||
, colord-gtk
|
||||
, libwebp
|
||||
, libsecret
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, SDL2
|
||||
, ocl-icd
|
||||
, pcre
|
||||
@ -94,7 +94,7 @@ stdenv.mkDerivation rec {
|
||||
libwebp
|
||||
libsecret
|
||||
SDL2
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
osm-gps-map
|
||||
pcre
|
||||
isocodes
|
||||
|
@ -5,6 +5,7 @@
|
||||
, pkg-config
|
||||
, meson
|
||||
, ninja
|
||||
, adwaita-icon-theme
|
||||
, exiv2
|
||||
, libheif
|
||||
, libjpeg
|
||||
@ -58,7 +59,7 @@ stdenv.mkDerivation rec {
|
||||
clutter-gtk
|
||||
exiv2
|
||||
glib
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gsettings-desktop-schemas
|
||||
gst_all_1.gst-plugins-base
|
||||
(gst_all_1.gst-plugins-good.override { gtkSupport = true; })
|
||||
|
@ -3,6 +3,7 @@
|
||||
, fetchurl
|
||||
, meson
|
||||
, ninja
|
||||
, adwaita-icon-theme
|
||||
, gtk3
|
||||
, libexif
|
||||
, libgphoto2
|
||||
@ -80,7 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
librsvg
|
||||
librest
|
||||
gcr
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
libsecret
|
||||
libportal-gtk3
|
||||
];
|
||||
|
@ -19,7 +19,7 @@
|
||||
, pango
|
||||
, imagemagick
|
||||
, intltool
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, harfbuzz
|
||||
, freetype
|
||||
, fribidi
|
||||
@ -131,7 +131,7 @@ stdenv.mkDerivation {
|
||||
libsigcxx
|
||||
libxmlxx
|
||||
mlt
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
openexr
|
||||
fftw
|
||||
];
|
||||
|
@ -7,7 +7,7 @@
|
||||
, ninja
|
||||
, vala
|
||||
, pkg-config
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, libchamplain
|
||||
, gdl
|
||||
, wrapGAppsHook3
|
||||
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
gdl
|
||||
libchamplain
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
libxml2
|
||||
];
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
, python310
|
||||
, fetchFromGitHub
|
||||
, gdk-pixbuf
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gpsbabel
|
||||
, glib-networking
|
||||
, glibcLocales
|
||||
@ -55,7 +55,7 @@ in python.pkgs.buildPythonApplication rec {
|
||||
gtk3
|
||||
webkitgtk
|
||||
glib-networking
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gdk-pixbuf
|
||||
];
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ lib, fetchFromGitHub, python3, python3Packages
|
||||
, gnome, gtk3, wrapGAppsHook3, gtksourceview3, snapper
|
||||
, adwaita-icon-theme, gtk3, wrapGAppsHook3, gtksourceview3, snapper
|
||||
, gobject-introspection
|
||||
}:
|
||||
|
||||
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
buildInputs = [
|
||||
python3
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
doCheck = false; # it doesn't have any tests
|
||||
|
@ -4,7 +4,7 @@
|
||||
, python3Packages
|
||||
, gdk-pixbuf
|
||||
, glib
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gobject-introspection
|
||||
, gtk3
|
||||
, wrapGAppsHook3
|
||||
@ -38,7 +38,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gtk3
|
||||
keybinder3
|
||||
libappindicator
|
||||
|
@ -12,7 +12,7 @@
|
||||
, freetype
|
||||
, gdk-pixbuf
|
||||
, glib
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gsettings-desktop-schemas
|
||||
, gtk3
|
||||
, gtk4
|
||||
@ -120,7 +120,7 @@ stdenv.mkDerivation {
|
||||
glib gsettings-desktop-schemas gtk3 gtk4
|
||||
|
||||
# needed for XDG_ICON_DIRS
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
unpackPhase = "dpkg-deb --fsys-tarfile $src | tar -x --no-same-permissions --no-same-owner";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ newScope, config, stdenv, makeWrapper
|
||||
, buildPackages
|
||||
, ed, gnugrep, coreutils, xdg-utils
|
||||
, glib, gtk3, gtk4, gnome, gsettings-desktop-schemas, gn, fetchgit
|
||||
, glib, gtk3, gtk4, adwaita-icon-theme, gsettings-desktop-schemas, gn, fetchgit
|
||||
, libva, pipewire, wayland
|
||||
, runCommand
|
||||
, lib, libkrb5
|
||||
@ -101,7 +101,7 @@ in stdenv.mkDerivation {
|
||||
gsettings-desktop-schemas glib gtk3 gtk4
|
||||
|
||||
# needed for XDG_ICON_DIRS
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
|
||||
# Needed for kerberos at runtime
|
||||
libkrb5
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
## various stuff that can be plugged in
|
||||
, ffmpeg, xorg, alsa-lib, libpulseaudio, libcanberra-gtk3, libglvnd, libnotify, opensc
|
||||
, gnome/*.gnome-shell*/
|
||||
, adwaita-icon-theme
|
||||
, browserpass, gnome-browser-connector, uget-integrator, plasma5Packages, bukubrow, pipewire
|
||||
, tridactyl-native
|
||||
, fx-cast-bridge
|
||||
@ -322,7 +322,7 @@ let
|
||||
--set MOZ_LEGACY_PROFILES 1 \
|
||||
--set MOZ_ALLOW_DOWNGRADE 1 \
|
||||
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH" \
|
||||
--suffix XDG_DATA_DIRS : '${gnome.adwaita-icon-theme}/share' \
|
||||
--suffix XDG_DATA_DIRS : '${adwaita-icon-theme}/share' \
|
||||
--set-default MOZ_ENABLE_WAYLAND 1 \
|
||||
"''${oldWrapperArgs[@]}"
|
||||
#############################
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ lib, fetchurl, gettext, wrapGAppsHook3
|
||||
|
||||
# Native dependencies
|
||||
, python3, gtk3, gobject-introspection, gnome
|
||||
, python3, gtk3, gobject-introspection, adwaita-icon-theme
|
||||
, gtksourceview4
|
||||
, glib-networking
|
||||
|
||||
@ -31,7 +31,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
format = "pyproject";
|
||||
|
||||
buildInputs = [
|
||||
gtk3 gnome.adwaita-icon-theme
|
||||
gtk3
|
||||
adwaita-icon-theme
|
||||
gtksourceview4
|
||||
glib-networking
|
||||
] ++ lib.optionals enableJingle [ farstream gstreamer gst-plugins-base gst-libav gst-plugins-good libnice ]
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, pkg-config, gnome, gmime3, webkitgtk, ronn
|
||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, pkg-config, adwaita-icon-theme, gmime3, webkitgtk, ronn
|
||||
, libsass, notmuch, boost, wrapGAppsHook3, glib-networking, protobuf
|
||||
, gtkmm3, libpeas, gsettings-desktop-schemas, gobject-introspection, python3
|
||||
|
||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
gtkmm3 gmime3 webkitgtk libsass libpeas
|
||||
python3
|
||||
notmuch boost gsettings-desktop-schemas gnome.adwaita-icon-theme
|
||||
notmuch boost gsettings-desktop-schemas adwaita-icon-theme
|
||||
glib-networking protobuf
|
||||
vim
|
||||
];
|
||||
|
@ -23,6 +23,7 @@
|
||||
, libical
|
||||
, db
|
||||
, sqlite
|
||||
, adwaita-icon-theme
|
||||
, gnome
|
||||
, gnome-desktop
|
||||
, librsvg
|
||||
@ -62,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
bogofilter
|
||||
db
|
||||
evolution-data-server
|
||||
|
@ -9,7 +9,7 @@
|
||||
, openssl, gsettings-desktop-schemas, json-glib, libsodium, webkitgtk_4_1, harfbuzz
|
||||
, wayland
|
||||
# The themes here are soft dependencies; only icons are missing without them.
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, withKf5Wallet ? stdenv.isLinux, libsForQt5
|
||||
, withLibsecret ? stdenv.isLinux
|
||||
, withVte ? true
|
||||
@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libsoup_3 spice-protocol
|
||||
spice-gtk
|
||||
libepoxy at-spi2-core
|
||||
openssl gnome.adwaita-icon-theme json-glib libsodium
|
||||
openssl adwaita-icon-theme json-glib libsodium
|
||||
harfbuzz python3
|
||||
wayland
|
||||
] ++ lib.optionals stdenv.isLinux [ fuse3 libappindicator-gtk3 libdbusmenu-gtk3 webkitgtk_4_1 ]
|
||||
|
@ -6,7 +6,7 @@
|
||||
, pkg-config
|
||||
, wrapGAppsHook4
|
||||
, gettext
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, glib
|
||||
, gtk4
|
||||
, wayland
|
||||
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
libpeas
|
||||
gnome-online-accounts
|
||||
gsettings-desktop-schemas
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
|
||||
# Plug-ins
|
||||
evolution-data-server-gtk4 # eds
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchurl, pkg-config, intltool, perlPackages
|
||||
, goffice, gnome, wrapGAppsHook3, gtk3, bison, python3Packages
|
||||
, goffice, gnome, adwaita-icon-theme, wrapGAppsHook3, gtk3, bison, python3Packages
|
||||
, itstool
|
||||
}:
|
||||
|
||||
@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
# ToDo: optional libgda, introspection?
|
||||
buildInputs = [
|
||||
goffice gtk3 gnome.adwaita-icon-theme
|
||||
goffice gtk3 adwaita-icon-theme
|
||||
python pygobject3
|
||||
] ++ (with perlPackages; [ perl XMLParser ]);
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
, intltool
|
||||
, wrapGAppsHook3
|
||||
, libsoup
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
libgsf
|
||||
libofx
|
||||
libsoup
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ fetchurl, lib, stdenv, gtk, pkg-config, libofx, intltool, wrapGAppsHook3
|
||||
, libsoup_3, gnome }:
|
||||
, libsoup_3, adwaita-icon-theme }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "homebank";
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkg-config wrapGAppsHook3 intltool ];
|
||||
buildInputs = [ gtk libofx libsoup_3 gnome.adwaita-icon-theme];
|
||||
buildInputs = [ gtk libofx libsoup_3 adwaita-icon-theme];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Free, easy, personal accounting for everyone";
|
||||
|
@ -86,7 +86,7 @@
|
||||
, glm
|
||||
, gst_all_1
|
||||
, gdb
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, glib
|
||||
, ncurses
|
||||
, libepoxy
|
||||
@ -311,7 +311,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
gettext
|
||||
glib
|
||||
glm
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gperf
|
||||
gpgme
|
||||
graphite2
|
||||
|
@ -2,7 +2,7 @@
|
||||
, python3Packages
|
||||
, gtk3
|
||||
, cairo
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, librsvg
|
||||
, xvfb-run
|
||||
, dbus
|
||||
@ -69,7 +69,7 @@ python3Packages.buildPythonApplication rec {
|
||||
ln -s $i $site/icon/out;
|
||||
done
|
||||
|
||||
export XDG_DATA_DIRS=$XDG_DATA_DIRS:${gnome.adwaita-icon-theme}/share
|
||||
export XDG_DATA_DIRS=$XDG_DATA_DIRS:${adwaita-icon-theme}/share
|
||||
# build the user manual
|
||||
PATH=$out/bin:$PATH PAPERWORK_TEST_DOCUMENTS=${sample_docs} make data
|
||||
for i in src/paperwork_gtk/model/help/out/*.pdf; do
|
||||
@ -89,7 +89,7 @@ python3Packages.buildPythonApplication rec {
|
||||
] ++ documentation_deps;
|
||||
|
||||
buildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
libnotify
|
||||
librsvg
|
||||
gtk3
|
||||
|
@ -7,7 +7,7 @@
|
||||
, atk
|
||||
, gtk3
|
||||
, gtkspell3
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, glib
|
||||
, goocanvas2
|
||||
, gdk-pixbuf
|
||||
@ -47,7 +47,7 @@ python3Packages.buildPythonApplication rec {
|
||||
atk
|
||||
gdk-pixbuf
|
||||
glib
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
goocanvas2
|
||||
fontconfig
|
||||
freetype
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, python3Packages, gtk3, gobject-introspection, wrapGAppsHook3, gnome }:
|
||||
{ lib, stdenv, fetchurl, python3Packages, gtk3, gobject-introspection, wrapGAppsHook3, adwaita-icon-theme }:
|
||||
|
||||
# TODO: Declare configuration options for the following optional dependencies:
|
||||
# - File stores: hg, git, bzr
|
||||
@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
|
||||
hash = "sha256-QIkNsFsWeNHEcXhGHHZyJDMMW2lNvdwMJLGxeCZaLdI=";
|
||||
};
|
||||
|
||||
buildInputs = [ gtk3 gnome.adwaita-icon-theme ];
|
||||
buildInputs = [ gtk3 adwaita-icon-theme ];
|
||||
propagatedBuildInputs = with python3Packages; [ pyxdg pygobject3 ];
|
||||
nativeBuildInputs = [ gobject-introspection wrapGAppsHook3 ];
|
||||
|
||||
@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
preFixup = ''
|
||||
makeWrapperArgs+=(--prefix XDG_DATA_DIRS : $out/share)
|
||||
makeWrapperArgs+=(--prefix XDG_DATA_DIRS : ${gnome.adwaita-icon-theme}/share)
|
||||
makeWrapperArgs+=(--prefix XDG_DATA_DIRS : ${adwaita-icon-theme}/share)
|
||||
makeWrapperArgs+=(--argv0 $out/bin/.zim-wrapped)
|
||||
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||
'';
|
||||
|
@ -30,7 +30,7 @@
|
||||
, libXrender
|
||||
, libXt
|
||||
, libnotify
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, libGLU
|
||||
, libGL
|
||||
, nspr
|
||||
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook3 ];
|
||||
buildInputs =
|
||||
[ gsettings-desktop-schemas glib gtk3 gnome.adwaita-icon-theme dconf ];
|
||||
[ gsettings-desktop-schemas glib gtk3 adwaita-icon-theme dconf ];
|
||||
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
|
@ -7,7 +7,7 @@
|
||||
, callPackage
|
||||
, callPackages
|
||||
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, dconf
|
||||
, gtk3
|
||||
, wxGTK32
|
||||
@ -197,7 +197,7 @@ stdenv.mkDerivation rec {
|
||||
makeWrapperArgs = with passthru.libraries; [
|
||||
"--prefix XDG_DATA_DIRS : ${base}/share"
|
||||
"--prefix XDG_DATA_DIRS : ${hicolor-icon-theme}/share"
|
||||
"--prefix XDG_DATA_DIRS : ${gnome.adwaita-icon-theme}/share"
|
||||
"--prefix XDG_DATA_DIRS : ${adwaita-icon-theme}/share"
|
||||
"--prefix XDG_DATA_DIRS : ${gtk3}/share/gsettings-schemas/${gtk3.name}"
|
||||
"--prefix XDG_DATA_DIRS : ${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}"
|
||||
# wrapGAppsHook3 did these two as well, no idea if it matters...
|
||||
|
@ -11,7 +11,7 @@
|
||||
, ocamlPackages_4_14
|
||||
, ncurses
|
||||
, buildIde ? null # default is true for Coq < 8.14 and false for Coq >= 8.14
|
||||
, glib, gnome, wrapGAppsHook3, makeDesktopItem, copyDesktopItems
|
||||
, glib, adwaita-icon-theme, wrapGAppsHook3, makeDesktopItem, copyDesktopItems
|
||||
, csdp ? null
|
||||
, version, coq-version ? null
|
||||
}@args:
|
||||
@ -154,7 +154,7 @@ self = stdenv.mkDerivation {
|
||||
buildInputs = [ ncurses ]
|
||||
++ optionals buildIde
|
||||
(if coqAtLeast "8.10"
|
||||
then [ ocamlPackages.lablgtk3-sourceview3 glib gnome.adwaita-icon-theme ]
|
||||
then [ ocamlPackages.lablgtk3-sourceview3 glib adwaita-icon-theme ]
|
||||
else [ ocamlPackages.lablgtk ])
|
||||
;
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
, gettext
|
||||
, maxima
|
||||
, wxGTK
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, glib
|
||||
}:
|
||||
|
||||
@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs:{
|
||||
wxGTK
|
||||
maxima
|
||||
# So it won't embed svg files into headers.
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
# So it won't crash under Sway.
|
||||
glib
|
||||
];
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ copyDesktopItems
|
||||
, fetchurl
|
||||
, glib
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gtk3
|
||||
, jre
|
||||
, lib
|
||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gtk3
|
||||
jre
|
||||
];
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, libXcomposite, libgnome-keyring, makeWrapper, udev, curlWithGnuTls, alsa-lib
|
||||
, libXfixes, atk, gtk3, libXrender, pango, gnome, cairo, freetype, fontconfig
|
||||
, libXfixes, atk, gtk3, libXrender, pango, adwaita-icon-theme, cairo, freetype, fontconfig
|
||||
, libX11, libXi, libxcb, libXext, libXcursor, glib, libXScrnSaver, libxkbfile, libXtst
|
||||
, nss, nspr, cups, fetchzip, expat, gdk-pixbuf, libXdamage, libXrandr, dbus
|
||||
, makeDesktopItem, openssl, wrapGAppsHook3, makeShellWrapper, at-spi2-atk, at-spi2-core, libuuid
|
||||
@ -107,7 +107,7 @@ let
|
||||
}) ];
|
||||
|
||||
nativeBuildInputs = [ copyDesktopItems (wrapGAppsHook3.override { makeWrapper = makeShellWrapper; }) ];
|
||||
buildInputs = [ gtk3 gnome.adwaita-icon-theme ];
|
||||
buildInputs = [ gtk3 adwaita-icon-theme ];
|
||||
|
||||
# avoid double-wrapping
|
||||
dontWrapGApps = true;
|
||||
|
@ -13,6 +13,7 @@
|
||||
, gtk3
|
||||
, gtksourceview4
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gsettings-desktop-schemas
|
||||
}:
|
||||
|
||||
@ -44,7 +45,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
gtk3
|
||||
gtksourceview4
|
||||
gsettings-desktop-schemas
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
pythonPath = with python3.pkgs; [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ lib, fetchFromGitHub, python3, intltool, file, wrapGAppsHook3, gtk-vnc
|
||||
, vte, avahi, dconf, gobject-introspection, libvirt-glib, system-libvirt
|
||||
, gsettings-desktop-schemas, gst_all_1, libosinfo, gnome, gtksourceview4, docutils, cpio
|
||||
, gsettings-desktop-schemas, gst_all_1, libosinfo, adwaita-icon-theme, gtksourceview4, docutils, cpio
|
||||
, e2fsprogs, findutils, gzip, cdrtools, xorriso, fetchpatch
|
||||
, desktopToDarwinBundle, stdenv
|
||||
, spiceSupport ? true, spice-gtk ? null
|
||||
@ -50,7 +50,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
buildInputs = [
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
libvirt-glib vte dconf gtk-vnc gnome.adwaita-icon-theme avahi
|
||||
libvirt-glib vte dconf gtk-vnc adwaita-icon-theme avahi
|
||||
gsettings-desktop-schemas libosinfo gtksourceview4
|
||||
] ++ lib.optional spiceSupport spice-gtk;
|
||||
|
||||
|
@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = "adwaita-icon-theme";
|
||||
attrPath = "gnome.adwaita-icon-theme";
|
||||
};
|
||||
};
|
||||
|
@ -6,7 +6,7 @@
|
||||
, cairo
|
||||
, gdk-pixbuf
|
||||
, glib
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, wrapGAppsHook3
|
||||
, gtk3
|
||||
}:
|
||||
@ -26,7 +26,7 @@ buildGoModule {
|
||||
|
||||
nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
|
||||
|
||||
buildInputs = [ glib cairo gdk-pixbuf gtk3 gnome.adwaita-icon-theme ];
|
||||
buildInputs = [ glib cairo gdk-pixbuf gtk3 adwaita-icon-theme ];
|
||||
|
||||
meta = {
|
||||
description = "Safe and secure chat client";
|
||||
|
@ -14,7 +14,7 @@
|
||||
, vala
|
||||
, gsettings-desktop-schemas
|
||||
, gtk3
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, desktop-file-utils
|
||||
, nix-update-script
|
||||
, wrapGAppsHook3
|
||||
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
sqlite
|
||||
gsettings-desktop-schemas # for font settings
|
||||
gtk3
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
] ++ lib.optionals withWebkit [
|
||||
glib-networking # for SSL so that Google Fonts can load
|
||||
libsoup
|
||||
|
@ -16,6 +16,7 @@
|
||||
, appstream-glib
|
||||
, desktop-file-utils
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gsettings-desktop-schemas
|
||||
}:
|
||||
|
||||
@ -54,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
glib
|
||||
libcanberra-gtk3
|
||||
libhandy
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gsettings-desktop-schemas
|
||||
];
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
, pulseSupport ? true, libpulseaudio
|
||||
|
||||
, gsettings-desktop-schemas
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
|
||||
# For video acceleration via VA-API (--enable-features=VaapiVideoDecoder)
|
||||
, libvaSupport ? true, libva
|
||||
@ -77,7 +77,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
gsettings-desktop-schemas glib gtk3
|
||||
|
||||
# needed for XDG_ICON_DIRS
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
unpackPhase = ''
|
||||
|
@ -10,7 +10,7 @@
|
||||
gsettings-desktop-schemas,
|
||||
wrapGAppsHook3,
|
||||
gtk-layer-shell,
|
||||
gnome,
|
||||
adwaita-icon-theme,
|
||||
libxkbcommon,
|
||||
openssl,
|
||||
pkg-config,
|
||||
@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
|
||||
gtk-layer-shell
|
||||
glib-networking
|
||||
shared-mime-info
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
hicolor-icon-theme
|
||||
gsettings-desktop-schemas
|
||||
libxkbcommon
|
||||
|
@ -14,6 +14,7 @@
|
||||
libadwaita,
|
||||
libportal-gtk4,
|
||||
gnome,
|
||||
adwaita-icon-theme,
|
||||
gnome-autoar,
|
||||
glib-networking,
|
||||
shared-mime-info,
|
||||
@ -79,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gexiv2
|
||||
glib-networking
|
||||
gnome-desktop
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gsettings-desktop-schemas
|
||||
gnome-user-share
|
||||
gst_all_1.gst-plugins-base
|
||||
|
@ -5,7 +5,7 @@
|
||||
, openjdk21
|
||||
, gtk3
|
||||
, glib
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, wrapGAppsHook3
|
||||
, libXtst
|
||||
, which
|
||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook3 ];
|
||||
|
||||
buildInputs = [ jre gnome.adwaita-icon-theme gtk3 ];
|
||||
buildInputs = [ jre adwaita-icon-theme gtk3 ];
|
||||
|
||||
preFixup = with lib; ''
|
||||
gappsWrapperArgs+=( \
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenvNoCC, fetchFromGitHub, autoreconfHook, gtk3, gnome, moka-icon-theme, gnome-icon-theme, hicolor-icon-theme }:
|
||||
{ lib, stdenvNoCC, fetchFromGitHub, autoreconfHook, gtk3, adwaita-icon-theme, moka-icon-theme, gnome-icon-theme, hicolor-icon-theme }:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "arc-icon-theme";
|
||||
@ -18,7 +18,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
moka-icon-theme
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, pkg-config, gdk-pixbuf, optipng, librsvg, gtk3, pantheon, gnome, gnome-icon-theme, hicolor-icon-theme }:
|
||||
{ lib, stdenv, fetchFromGitHub, pkg-config, gdk-pixbuf, optipng, librsvg, gtk3, pantheon, adwaita-icon-theme, gnome-icon-theme, hicolor-icon-theme }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "elementary-xfce-icon-theme";
|
||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pantheon.elementary-icon-theme
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenvNoCC, fetchurl, gtk3, gnome, hicolor-icon-theme }:
|
||||
{ lib, stdenvNoCC, fetchurl, gtk3, adwaita-icon-theme, hicolor-icon-theme }:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "humanity-icon-theme";
|
||||
@ -14,7 +14,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenvNoCC, fetchFromGitHub, meson, ninja, gtk3, gnome, gnome-icon-theme, hicolor-icon-theme, jdupes }:
|
||||
{ lib, stdenvNoCC, fetchFromGitHub, meson, ninja, gtk3, adwaita-icon-theme, gnome-icon-theme, hicolor-icon-theme, jdupes }:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "paper-icon-theme";
|
||||
@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
@ -5,7 +5,7 @@
|
||||
, librsvg
|
||||
, gtk-engine-murrine
|
||||
, gtk3
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gnome-icon-theme
|
||||
, numix-icon-theme-circle
|
||||
, hicolor-icon-theme
|
||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gnome-icon-theme
|
||||
numix-icon-theme-circle
|
||||
hicolor-icon-theme
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ lib, stdenv
|
||||
, fetchurl
|
||||
, gnome-icon-theme
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gtk-engine-murrine
|
||||
, gtk3
|
||||
, hicolor-icon-theme
|
||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gnome-icon-theme
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
humanity-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, substituteAll
|
||||
, accountsservice
|
||||
, adwaita-icon-theme
|
||||
, budgie-desktop
|
||||
, clutter
|
||||
, clutter-gtk
|
||||
@ -102,7 +103,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
glib
|
||||
glib-networking
|
||||
gnome-desktop
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gnome.cheese
|
||||
gnome.gnome-bluetooth_1_0
|
||||
gnome.gnome-remote-desktop
|
||||
|
@ -6,6 +6,7 @@
|
||||
, ninja
|
||||
, pkg-config
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, glib
|
||||
, gtk3
|
||||
, gsettings-desktop-schemas
|
||||
@ -67,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gnome-desktop
|
||||
json-glib
|
||||
xorg.xtrans
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gnome.gnome-settings-daemon
|
||||
gsettings-desktop-schemas
|
||||
systemd
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenvNoCC
|
||||
, lib
|
||||
, fetchFromGitHub
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gnome-icon-theme
|
||||
, hicolor-icon-theme
|
||||
, gtk3
|
||||
@ -20,7 +20,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ fetchFromGitHub
|
||||
, lib
|
||||
, stdenvNoCC
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gnome-icon-theme
|
||||
, hicolor-icon-theme
|
||||
, gtk3
|
||||
@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
humanity-icon-theme
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ fetchFromGitHub
|
||||
, lib
|
||||
, stdenvNoCC
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gnome-icon-theme
|
||||
, hicolor-icon-theme
|
||||
, gtk3
|
||||
@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
@ -26,6 +26,7 @@
|
||||
, gdbm
|
||||
, cyrus_sasl
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, librsvg
|
||||
, desktop-file-utils
|
||||
, mtools
|
||||
@ -90,7 +91,7 @@ stdenv.mkDerivation rec {
|
||||
glib
|
||||
glib-networking
|
||||
gmp
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gtk3
|
||||
json-glib
|
||||
libapparmor
|
||||
|
@ -20,6 +20,7 @@
|
||||
, libhandy
|
||||
, webkitgtk
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, libxml2
|
||||
, gsettings-desktop-schemas
|
||||
, tracker
|
||||
@ -74,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||
gnome-online-accounts
|
||||
gsettings-desktop-schemas
|
||||
evolution-data-server
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
@ -4,6 +4,7 @@
|
||||
, desktop-file-utils
|
||||
, pkg-config
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gtk4
|
||||
, libadwaita
|
||||
, wrapGAppsHook4
|
||||
@ -42,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
libadwaita
|
||||
gjs
|
||||
libgweather
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
geoclue2
|
||||
gsettings-desktop-schemas
|
||||
];
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, fetchpatch, pkg-config, gtk3, gnome, vte, libxml2, gtk-vnc, intltool
|
||||
{ lib, stdenv, fetchurl, fetchpatch, pkg-config, gtk3, gnome, adwaita-icon-theme, vte, libxml2, gtk-vnc, intltool
|
||||
, libsecret, itstool, wrapGAppsHook3, librsvg }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkg-config intltool itstool wrapGAppsHook3 ];
|
||||
buildInputs = [
|
||||
gtk3 vte libxml2 gtk-vnc libsecret gnome.adwaita-icon-theme librsvg
|
||||
gtk3 vte libxml2 gtk-vnc libsecret adwaita-icon-theme librsvg
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-format-nonliteral";
|
||||
|
@ -3,6 +3,7 @@
|
||||
, fetchurl
|
||||
, fetchpatch
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
@ -65,7 +66,7 @@ stdenv.mkDerivation rec {
|
||||
udev
|
||||
libnotify
|
||||
libcanberra-gtk3
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gsettings-desktop-schemas
|
||||
];
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
, docbook_xsl
|
||||
, docbook_xml_dtd_43
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gtk3
|
||||
, glib
|
||||
, gsettings-desktop-schemas
|
||||
@ -63,7 +64,7 @@ stdenv.mkDerivation rec {
|
||||
gtk3
|
||||
glib
|
||||
gsettings-desktop-schemas
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
@ -15,6 +15,7 @@
|
||||
, libnotify
|
||||
, itstool
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, libxml2
|
||||
, gsettings-desktop-schemas
|
||||
, libcanberra-gtk3
|
||||
@ -57,7 +58,7 @@ stdenv.mkDerivation rec {
|
||||
libdvdread
|
||||
libcanberra-gtk3
|
||||
udisks2
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
systemd
|
||||
gnome.gnome-settings-daemon
|
||||
gsettings-desktop-schemas
|
||||
|
@ -6,6 +6,7 @@
|
||||
, ninja
|
||||
, pkg-config
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, glib
|
||||
, gtk3
|
||||
, gsettings-desktop-schemas
|
||||
@ -69,7 +70,7 @@ stdenv.mkDerivation rec {
|
||||
gnome-desktop
|
||||
json-glib
|
||||
xorg.xtrans
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gnome.gnome-settings-daemon
|
||||
gsettings-desktop-schemas
|
||||
systemd
|
||||
|
@ -15,6 +15,7 @@
|
||||
, gsettings-desktop-schemas
|
||||
, itstool
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, librsvg
|
||||
, gdk-pixbuf
|
||||
, libgtop
|
||||
@ -54,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
gtkmm4
|
||||
libgtop
|
||||
gdk-pixbuf
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
librsvg
|
||||
gsettings-desktop-schemas
|
||||
systemd
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, intltool, gtk3, gnome, librsvg, pkg-config, pango, atk, gtk2
|
||||
{ lib, stdenv, fetchurl, intltool, gtk3, gnome, adwaita-icon-theme, librsvg, pkg-config, pango, atk, gtk2
|
||||
, gdk-pixbuf, hicolor-icon-theme }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkg-config intltool gtk3 ];
|
||||
buildInputs = [ gtk3 librsvg pango atk gtk2 gdk-pixbuf ];
|
||||
propagatedBuildInputs = [ gnome.adwaita-icon-theme hicolor-icon-theme ];
|
||||
propagatedBuildInputs = [ adwaita-icon-theme hicolor-icon-theme ];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
, libhandy
|
||||
, glib
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, sqlite
|
||||
, itstool
|
||||
, libxml2
|
||||
@ -41,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
libxml2
|
||||
libxslt
|
||||
gnome.yelp-xsl
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
];
|
||||
|
@ -20,8 +20,6 @@ in
|
||||
|
||||
#### Core (http://ftp.acc.umu.se/pub/GNOME/core/)
|
||||
|
||||
adwaita-icon-theme = callPackage ./core/adwaita-icon-theme { };
|
||||
|
||||
baobab = callPackage ./core/baobab { };
|
||||
|
||||
caribou = callPackage ./core/caribou { };
|
||||
@ -231,6 +229,7 @@ in
|
||||
gedit = throw "The ‘gnome.gedit’ alias was removed. Please use ‘pkgs.gedit’ directly."; # converted to throw on 2023-12-27
|
||||
gnome-todo = throw "The ‘gnome.gnome-todo’ alias was removed. Please use ‘pkgs.endeavour’ directly."; # converted to throw on 2023-12-27
|
||||
|
||||
adwaita-icon-theme = lib.warn "The ‘gnome.adwaita-icon-theme’ was moved to top-level. Please use ‘pkgs.adwaita-icon-theme’ directly." pkgs.adwaita-icon-theme; # Added on 2024-06-22.
|
||||
eog = lib.warn "The ‘gnome.eog’ was moved to top-level. Please use ‘pkgs.eog’ directly." pkgs.eog; # Added on 2024-06-22.
|
||||
evince = lib.warn "The ‘gnome.evince’ was moved to top-level. Please use ‘pkgs.evince’ directly." pkgs.evince; # Added on 2024-06-13.
|
||||
evolution-data-server = lib.warn "The ‘gnome.evolution-data-server’ was moved to top-level. Please use ‘pkgs.evolution-data-server’ directly." pkgs.evolution-data-server; # Added on 2024-06-13.
|
||||
|
@ -5,6 +5,7 @@
|
||||
, ninja
|
||||
, pkg-config
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gtk3
|
||||
, wrapGAppsHook3
|
||||
, glib
|
||||
@ -46,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
glib
|
||||
gtk3
|
||||
webkitgtk_4_1
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gsettings-desktop-schemas
|
||||
];
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, pkg-config, gnome, gtk3, wrapGAppsHook3
|
||||
{ lib, stdenv, fetchurl, pkg-config, gnome, adwaita-icon-theme, gtk3, wrapGAppsHook3
|
||||
, gettext, meson, gsound, librsvg, itstool, vala
|
||||
, python3, ninja, desktop-file-utils }:
|
||||
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
pkg-config wrapGAppsHook3 gettext meson itstool vala
|
||||
ninja python3 desktop-file-utils
|
||||
];
|
||||
buildInputs = [ gtk3 gsound librsvg gnome.adwaita-icon-theme ];
|
||||
buildInputs = [ gtk3 gsound librsvg adwaita-icon-theme ];
|
||||
|
||||
postPatch = ''
|
||||
chmod +x build-aux/meson_post_install.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, pkg-config, vala, gnome, gtk3, wrapGAppsHook3, appstream-glib, desktop-file-utils
|
||||
{ lib, stdenv, fetchurl, pkg-config, vala, gnome, adwaita-icon-theme, gtk3, wrapGAppsHook3, appstream-glib, desktop-file-utils
|
||||
, glib, librsvg, libxml2, gettext, itstool, libgee, libgnome-games-support
|
||||
, meson, ninja, python3
|
||||
}:
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
pkg-config vala meson ninja python3 wrapGAppsHook3
|
||||
gettext itstool libxml2 appstream-glib desktop-file-utils
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
buildInputs = [ glib gtk3 librsvg libgee libgnome-games-support ];
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, meson, ninja, vala, pkg-config, gnome, gtk3, wrapGAppsHook3
|
||||
{ lib, stdenv, fetchurl, meson, ninja, vala, pkg-config, gnome, adwaita-icon-theme, gtk3, wrapGAppsHook3
|
||||
, librsvg, gettext, itstool, python3, libxml2, libgnome-games-support, libgee, desktop-file-utils }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
meson ninja vala pkg-config gettext itstool python3
|
||||
libxml2 wrapGAppsHook3 desktop-file-utils
|
||||
];
|
||||
buildInputs = [ gtk3 librsvg gnome.adwaita-icon-theme libgnome-games-support libgee ];
|
||||
buildInputs = [ gtk3 librsvg adwaita-icon-theme libgnome-games-support libgee ];
|
||||
|
||||
postPatch = ''
|
||||
chmod +x build-aux/meson_post_install.py
|
||||
|
@ -4,6 +4,7 @@
|
||||
, fetchpatch
|
||||
, pkg-config
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gtk3
|
||||
, wrapGAppsHook3
|
||||
, librsvg
|
||||
@ -55,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||
gtk3
|
||||
librsvg
|
||||
gsound
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
passthru = {
|
||||
|
@ -4,6 +4,7 @@
|
||||
, fetchpatch
|
||||
, pkg-config
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gtk3
|
||||
, wrapGAppsHook3
|
||||
, libxml2
|
||||
@ -40,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
wrapGAppsHook3
|
||||
itstool
|
||||
libxml2
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
pkg-config
|
||||
gettext
|
||||
meson
|
||||
|
@ -4,6 +4,7 @@
|
||||
, pkg-config
|
||||
, gtk3
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gdk-pixbuf
|
||||
, librsvg
|
||||
, wrapGAppsHook3
|
||||
@ -54,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
gtk3
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
gdk-pixbuf
|
||||
librsvg
|
||||
gsound
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, vala, pkg-config, gtk3, gnome, gdk-pixbuf, librsvg, wrapGAppsHook3
|
||||
{ lib, stdenv, fetchurl, vala, pkg-config, gtk3, gnome, adwaita-icon-theme, gdk-pixbuf, librsvg, wrapGAppsHook3
|
||||
, gettext, itstool, clutter, clutter-gtk, libxml2, appstream-glib
|
||||
, meson, ninja, python3 }:
|
||||
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
vala pkg-config wrapGAppsHook3 itstool gettext appstream-glib libxml2
|
||||
meson ninja python3
|
||||
];
|
||||
buildInputs = [ gtk3 gnome.adwaita-icon-theme gdk-pixbuf librsvg clutter clutter-gtk ];
|
||||
buildInputs = [ gtk3 adwaita-icon-theme gdk-pixbuf librsvg clutter clutter-gtk ];
|
||||
|
||||
postPatch = ''
|
||||
chmod +x build-aux/meson_post_install.py
|
||||
|
@ -5,6 +5,7 @@
|
||||
pkg-config,
|
||||
gtk3,
|
||||
gnome,
|
||||
adwaita-icon-theme,
|
||||
gdk-pixbuf,
|
||||
librsvg,
|
||||
gsound,
|
||||
@ -38,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
vala
|
||||
desktop-file-utils
|
||||
pkg-config
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
libxml2
|
||||
itstool
|
||||
gettext
|
||||
|
@ -5,6 +5,7 @@
|
||||
pkg-config,
|
||||
gtk3,
|
||||
gnome,
|
||||
adwaita-icon-theme,
|
||||
gdk-pixbuf,
|
||||
librsvg,
|
||||
libgnome-games-support,
|
||||
@ -33,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
python3
|
||||
desktop-file-utils
|
||||
pkg-config
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
libxml2
|
||||
itstool
|
||||
gettext
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchurl, fetchpatch, autoreconfHook, pkg-config, gtk3, intltool
|
||||
, gnome, enchant, isocodes, gsettings-desktop-schemas }:
|
||||
, gnome, adwaita-icon-theme, enchant, isocodes, gsettings-desktop-schemas }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gtkhtml";
|
||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config intltool ];
|
||||
buildInputs = [ gtk3 gnome.adwaita-icon-theme
|
||||
buildInputs = [ gtk3 adwaita-icon-theme
|
||||
gsettings-desktop-schemas ];
|
||||
|
||||
propagatedBuildInputs = [ enchant isocodes ];
|
||||
|
@ -3,7 +3,7 @@
|
||||
, copyDesktopItems
|
||||
, wrapGAppsHook3
|
||||
, glib
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, mkCoqDerivation
|
||||
, coq
|
||||
, version ? null }:
|
||||
@ -29,7 +29,7 @@ mkCoqDerivation rec {
|
||||
wrapGAppsHook3
|
||||
coq.ocamlPackages.lablgtk3-sourceview3
|
||||
glib
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ metaFetch, mkCoqDerivation, coq, lib, glib, gnome, wrapGAppsHook3,
|
||||
{ metaFetch, mkCoqDerivation, coq, lib, glib, adwaita-icon-theme, wrapGAppsHook3,
|
||||
version ? null }:
|
||||
|
||||
let ocamlPackages = coq.ocamlPackages;
|
||||
@ -21,7 +21,7 @@ ocamlPackages.buildDunePackage {
|
||||
src = "${fetched.src}/language-server";
|
||||
nativeBuildInputs = [ coq ];
|
||||
buildInputs =
|
||||
[ coq glib gnome.adwaita-icon-theme wrapGAppsHook3 ] ++
|
||||
[ coq glib adwaita-icon-theme wrapGAppsHook3 ] ++
|
||||
(with ocamlPackages; [ findlib
|
||||
lablgtk3-sourceview3 yojson zarith ppx_inline_test
|
||||
ppx_assert ppx_sexp_conv ppx_deriving ppx_import sexplib
|
||||
|
@ -443,7 +443,7 @@ self: super: builtins.intersectAttrs super {
|
||||
# Tries to run GUI in tests
|
||||
leksah = dontCheck (overrideCabal (drv: {
|
||||
executableSystemDepends = (drv.executableSystemDepends or []) ++ (with pkgs; [
|
||||
gnome.adwaita-icon-theme # Fix error: Icon 'window-close' not present in theme ...
|
||||
adwaita-icon-theme # Fix error: Icon 'window-close' not present in theme ...
|
||||
wrapGAppsHook3 # Fix error: GLib-GIO-ERROR **: No GSettings schemas are installed on the system
|
||||
gtk3 # Fix error: GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed
|
||||
]);
|
||||
|
@ -13,6 +13,7 @@
|
||||
, glib
|
||||
, gtk4
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gsettings-desktop-schemas
|
||||
, desktop-file-utils
|
||||
, xvfb-run
|
||||
@ -70,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
xvfb-run
|
||||
];
|
||||
|
@ -430,7 +430,7 @@ let
|
||||
pkgs.gsettings-desktop-schemas pkgs.glib pkgs.gtk3
|
||||
|
||||
# needed for XDG_ICON_DIRS
|
||||
pkgs.gnome.adwaita-icon-theme
|
||||
pkgs.adwaita-icon-theme
|
||||
];
|
||||
|
||||
# This patch removes the :build-operation component from the nyxt/gi-gtk-application system.
|
||||
|
@ -18,6 +18,7 @@
|
||||
, docbook-xsl-nons
|
||||
, docbook_xml_dtd_42
|
||||
, gnome
|
||||
, adwaita-icon-theme
|
||||
, gdk-pixbuf
|
||||
, libxslt
|
||||
, gsettings-desktop-schemas
|
||||
@ -55,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||
python3.pkgs.pygobject3
|
||||
gsettings-desktop-schemas
|
||||
gdk-pixbuf
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
] ++ lib.optionals enableWebkit2gtk [
|
||||
webkitgtk_4_1
|
||||
];
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user