summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gspell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/gspell/default.nix')
-rw-r--r--pkgs/development/libraries/gspell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gspell/default.nix b/pkgs/development/libraries/gspell/default.nix
index 890fcb981181..f591246eaf81 100644
--- a/pkgs/development/libraries/gspell/default.nix
+++ b/pkgs/development/libraries/gspell/default.nix
@@ -8,7 +8,7 @@
, icu
, vala
, gobject-introspection
-, gnome3
+, gnome
}:
stdenv.mkDerivation rec {
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
];
passthru = {
- updateScript = gnome3.updateScript {
+ updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "none";
};