summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/pitivi
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-09-18 20:26:26 +0800
committer宋文武 <iyzsong@gmail.com>2015-09-18 20:38:19 +0800
commitd79463365aa92faccaadcc0f654134dc37e459eb (patch)
tree955c87103693914b712c9c31daa85c0bf1886a2f /pkgs/applications/video/pitivi
parent38812685ed319756f0b41a216ee4419ae2e0f8cd (diff)
pitivi: 0.93 -> 0.94 (close #9894)
Diffstat (limited to 'pkgs/applications/video/pitivi')
-rw-r--r--pkgs/applications/video/pitivi/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/applications/video/pitivi/default.nix b/pkgs/applications/video/pitivi/default.nix
index 743df2647f1a..9515e1186446 100644
--- a/pkgs/applications/video/pitivi/default.nix
+++ b/pkgs/applications/video/pitivi/default.nix
@@ -1,16 +1,16 @@
{ stdenv, fetchurl, pkgconfig, intltool, itstool, makeWrapper
-, pythonPackages, gst, clutter-gst, clutter-gtk, hicolor_icon_theme
-, gobjectIntrospection, clutter, gtk3, librsvg, gnome3, libnotify
+, python3Packages, gst, clutter-gtk, hicolor_icon_theme
+, gobjectIntrospection, librsvg, gnome3, libnotify
}:
let
- version = "0.93";
+ version = "0.94";
in stdenv.mkDerivation rec {
name = "pitivi-${version}";
src = fetchurl {
url = "mirror://gnome/sources/pitivi/${version}/${name}.tar.xz";
- sha256 = "0z89dwrd7akhkap270i372yszqib8yqcymv78lhdmn3a8bsa7jhp";
+ sha256 = "1v7s0qsibwykkmknspjhpdrj80s987pvbl01kh34k4aspi1hcapm";
};
meta = with stdenv.lib; {
@@ -29,15 +29,15 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig intltool itstool makeWrapper ];
buildInputs = [
- gobjectIntrospection clutter-gst clutter-gtk librsvg gnome3.gnome_desktop
+ gobjectIntrospection clutter-gtk librsvg gnome3.gnome_desktop
gnome3.defaultIconTheme
gnome3.gsettings_desktop_schemas libnotify
] ++ (with gst; [
- gstreamer gst-python gst-editing-services
+ gstreamer gst-editing-services
gst-plugins-base gst-plugins-good
gst-plugins-bad gst-plugins-ugly gst-libav
- ]) ++ (with pythonPackages; [
- python pygobject3 pyxdg numpy pycairo sqlite3
+ ]) ++ (with python3Packages; [
+ python pygobject3 gst-python pyxdg numpy pycairo sqlite3
]);
preFixup = ''