aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/video/pitivi
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-12-25 17:47:20 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-12-25 20:14:29 -0500
commit702168a67cf6aa0f70c74a5c03599e3d1edbcc5e (patch)
treebd83ba4c22dfad310d3e1f720c92df9f5a39184a /pkgs/applications/video/pitivi
parentc1599d29d914faa6222915c6342ae73533523b1a (diff)
gsound: rename from gnome3.gsound
Diffstat (limited to 'pkgs/applications/video/pitivi')
-rw-r--r--pkgs/applications/video/pitivi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/pitivi/default.nix b/pkgs/applications/video/pitivi/default.nix
index bce8e3981d13..2cd4f19ca939 100644
--- a/pkgs/applications/video/pitivi/default.nix
+++ b/pkgs/applications/video/pitivi/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, fetchurl, pkgconfig, intltool, itstool, python3, wrapGAppsHook
, python3Packages, gst_all_1, gtk3
-, gobject-introspection, librsvg, gnome3, libnotify
+, gobject-introspection, librsvg, gnome3, libnotify, gsound
, meson, ninja
}:
@@ -47,7 +47,7 @@ in python3Packages.buildPythonApplication rec {
nativeBuildInputs = [ meson ninja pkgconfig intltool itstool python3 wrapGAppsHook ];
buildInputs = [
- gobject-introspection gtk3 librsvg gnome3.gnome-desktop gnome3.gsound
+ gobject-introspection gtk3 librsvg gnome3.gnome-desktop gsound
gnome3.defaultIconTheme
gnome3.gsettings-desktop-schemas libnotify
gst-transcoder