summary refs log tree commit diff
path: root/pkgs/applications/audio/parlatype
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/audio/parlatype
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/audio/parlatype')
-rw-r--r--pkgs/applications/audio/parlatype/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/parlatype/default.nix b/pkgs/applications/audio/parlatype/default.nix
index 3310bfdf3f0..87257f4920d 100644
--- a/pkgs/applications/audio/parlatype/default.nix
+++ b/pkgs/applications/audio/parlatype/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, pkgconfig, meson, gnome3, at-spi2-core, dbus, gst_all_1, sphinxbase, pocketsphinx, ninja, gettext, appstream-glib, python3, glib, gobject-introspection, gsettings-desktop-schemas, itstool, wrapGAppsHook, makeWrapper, hicolor-icon-theme }:
+{ stdenv, fetchFromGitHub, pkgconfig, meson, gtk3, at-spi2-core, dbus, gst_all_1, sphinxbase, pocketsphinx, ninja, gettext, appstream-glib, python3, glib, gobject-introspection, gsettings-desktop-schemas, itstool, wrapGAppsHook, makeWrapper, hicolor-icon-theme }:
 
 stdenv.mkDerivation rec {
   pname = "parlatype";
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
-    gnome3.gtk
+    gtk3
     at-spi2-core
     dbus
     gst_all_1.gstreamer