summaryrefslogtreecommitdiff
path: root/pkgs/data/themes/yaru/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/themes/yaru/default.nix')
-rw-r--r--pkgs/data/themes/yaru/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/yaru/default.nix b/pkgs/data/themes/yaru/default.nix
index f0d2493473a4..c2f449e9f208 100644
--- a/pkgs/data/themes/yaru/default.nix
+++ b/pkgs/data/themes/yaru/default.nix
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, meson, sassc, pkg-config, glib, ninja,
- python3, gtk3, gnome3, gtk-engine-murrine, humanity-icon-theme, hicolor-icon-theme }:
+ python3, gtk3, gnome, gtk-engine-murrine, humanity-icon-theme, hicolor-icon-theme }:
stdenv.mkDerivation rec {
pname = "yaru";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
- buildInputs = [ gtk3 gnome3.gnome-themes-extra ];
+ buildInputs = [ gtk3 gnome.gnome-themes-extra ];
propagatedBuildInputs = [ humanity-icon-theme hicolor-icon-theme ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];