summary refs log tree commit diff
path: root/pkgs/applications/video/subtitleeditor
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-03-09 11:41:12 +0000
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-24 14:34:39 -0400
commit2be90ccb4faa99a2a8d71e21fa7090a3bc89c263 (patch)
treea48319266f945fb8b8871a15c031b250fed2078c /pkgs/applications/video/subtitleeditor
parent5bf6a1341764490f72b1849faac849b5d5fa021c (diff)
downloadnixpkgs-2be90ccb4faa99a2a8d71e21fa7090a3bc89c263.tar
nixpkgs-2be90ccb4faa99a2a8d71e21fa7090a3bc89c263.tar.gz
nixpkgs-2be90ccb4faa99a2a8d71e21fa7090a3bc89c263.tar.bz2
nixpkgs-2be90ccb4faa99a2a8d71e21fa7090a3bc89c263.tar.lz
nixpkgs-2be90ccb4faa99a2a8d71e21fa7090a3bc89c263.tar.xz
nixpkgs-2be90ccb4faa99a2a8d71e21fa7090a3bc89c263.tar.zst
nixpkgs-2be90ccb4faa99a2a8d71e21fa7090a3bc89c263.zip
gnome3.gtk -> gtk3
fix evaluation when config.allowAliases == false

(regression after #55735)
Diffstat (limited to 'pkgs/applications/video/subtitleeditor')
-rw-r--r--pkgs/applications/video/subtitleeditor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/subtitleeditor/default.nix b/pkgs/applications/video/subtitleeditor/default.nix
index 3683973824a..480552b001d 100644
--- a/pkgs/applications/video/subtitleeditor/default.nix
+++ b/pkgs/applications/video/subtitleeditor/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, intltool, file,
-  desktop-file-utils, enchant, gnome3, gst_all_1, hicolor-icon-theme,
+  desktop-file-utils, enchant, gnome3, gtk3, gst_all_1, hicolor-icon-theme,
   libsigcxx, libxmlxx, xdg_utils, isocodes, wrapGAppsHook
 }:
 
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   buildInputs =  [
     desktop-file-utils
     enchant
-    gnome3.gtk
+    gtk3
     gnome3.gtkmm
     gst_all_1.gstreamer
     gst_all_1.gstreamermm