summary refs log tree commit diff
path: root/pkgs/applications/office/autokey
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-03-23 04:50:12 +0000
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-24 14:46:50 -0400
commit97eb65324dc528cb65108396a2c4f5b538fb377f (patch)
tree23237697365809bfecc4997bb90fa4b4e3bd5ba8 /pkgs/applications/office/autokey
parent2be90ccb4faa99a2a8d71e21fa7090a3bc89c263 (diff)
downloadnixpkgs-97eb65324dc528cb65108396a2c4f5b538fb377f.tar
nixpkgs-97eb65324dc528cb65108396a2c4f5b538fb377f.tar.gz
nixpkgs-97eb65324dc528cb65108396a2c4f5b538fb377f.tar.bz2
nixpkgs-97eb65324dc528cb65108396a2c4f5b538fb377f.tar.lz
nixpkgs-97eb65324dc528cb65108396a2c4f5b538fb377f.tar.xz
nixpkgs-97eb65324dc528cb65108396a2c4f5b538fb377f.tar.zst
nixpkgs-97eb65324dc528cb65108396a2c4f5b538fb377f.zip
treewide: no gnome aliases
Diffstat (limited to 'pkgs/applications/office/autokey')
-rw-r--r--pkgs/applications/office/autokey/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/autokey/default.nix b/pkgs/applications/office/autokey/default.nix
index e4b89ef3610..31e74ccf23a 100644
--- a/pkgs/applications/office/autokey/default.nix
+++ b/pkgs/applications/office/autokey/default.nix
@@ -1,5 +1,5 @@
 { lib, python3Packages, fetchFromGitHub, wrapGAppsHook, gobject-introspection
-, gnome3, libappindicator-gtk3, libnotify }:
+, gtksourceview3, libappindicator-gtk3, libnotify }:
 
 python3Packages.buildPythonApplication rec {
   name = "autokey-${version}";
@@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
   # Note: no dependencies included for Qt GUI because Qt ui is poorly
   # maintained—see https://github.com/autokey/autokey/issues/51
 
-  buildInputs = [ wrapGAppsHook gobject-introspection gnome3.gtksourceview
+  buildInputs = [ wrapGAppsHook gobject-introspection gtksourceview3
     libappindicator-gtk3 libnotify ];
 
   propagatedBuildInputs = with python3Packages; [