summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/core/totem/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-05-22 07:03:39 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-22 18:50:57 -0400
commitb1bc0645eaa0118757275871c31fe17547cbc477 (patch)
tree06fdfe593631b14188fd377e74d9e37d17bb5c49 /pkgs/desktops/gnome-3/core/totem/default.nix
parent23a3256ee1ece61eeb4e9a9a1fb6131b35e86abc (diff)
downloadnixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar.gz
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar.bz2
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar.lz
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar.xz
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.tar.zst
nixpkgs-b1bc0645eaa0118757275871c31fe17547cbc477.zip
gdk-pixbuf: rename from gdk_pixbuf
Diffstat (limited to 'pkgs/desktops/gnome-3/core/totem/default.nix')
-rw-r--r--pkgs/desktops/gnome-3/core/totem/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/core/totem/default.nix b/pkgs/desktops/gnome-3/core/totem/default.nix
index 15417d4ddbb..4953b7ec7a8 100644
--- a/pkgs/desktops/gnome-3/core/totem/default.nix
+++ b/pkgs/desktops/gnome-3/core/totem/default.nix
@@ -3,7 +3,7 @@
 , pkgconfig, gtk3, glib, gobject-introspection, totem-pl-parser
 , wrapGAppsHook, itstool, libxml2, vala, gnome3, grilo, grilo-plugins
 , libpeas, adwaita-icon-theme, gnome-desktop, gsettings-desktop-schemas
-, gdk_pixbuf, tracker, nautilus, xvfb_run }:
+, gdk-pixbuf, tracker, nautilus, xvfb_run }:
 
 stdenv.mkDerivation rec {
   name = "totem-${version}";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     gtk3 glib grilo clutter-gtk clutter-gst totem-pl-parser grilo-plugins
     gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad
     gst_all_1.gst-plugins-ugly gst_all_1.gst-libav libpeas shared-mime-info
-    gdk_pixbuf libxml2 adwaita-icon-theme gnome-desktop
+    gdk-pixbuf libxml2 adwaita-icon-theme gnome-desktop
     gsettings-desktop-schemas tracker nautilus
     python3Packages.pygobject3 python3Packages.dbus-python # for plug-ins
   ];