···11{ lib22, fetchurl33-, fetchpatch43, pkg-config54, gettext65, itstool76, python387, wrapGAppsHook99-, python3Packages108, gst_all_1119, gtk31210, gobject-introspection1311, libpeas1412, librsvg1513, gnome1616-, gnome-desktop1714, libnotify1815, gsound1916, meson···1821, gsettings-desktop-schemas1922}:20232121-python3Packages.buildPythonApplication rec {2424+python3.pkgs.buildPythonApplication rec {2225 pname = "pitivi";2323- version = "2021.05";2626+ version = "2022.06";24272528 format = "other";26292730 src = fetchurl {2831 url = "mirror://gnome/sources/pitivi/${lib.versions.major version}/${pname}-${version}.tar.xz";2929- sha256 = "z1aTxGxCqw2hSi5Zv89LyIBgS0HpzTqo0uvcYIJ7dcc=";3232+ sha256 = "Uz0448bSEcK9DpXiuWsPCDO98NXUd6zgffYRWDUGyDg=";3033 };31343235 patches = [···3437 # and saves them to the generated binary. This would make the build-time3538 # dependencies part of the closure so we remove it.3639 ./prevent-closure-contamination.patch3737-3838- # Fix build with meson 0.613939- # https://gitlab.gnome.org/GNOME/pitivi/-/merge_requests/4144040- (fetchpatch {4141- url = "https://gitlab.gnome.org/GNOME/pitivi/-/commit/ddf2369d1fc6fddd63f676cc905a8b8e96291a4c.patch";4242- sha256 = "MC4naGnqhrYlFBFHZaSzbOzrqaNK5/Xv5jBmCu0fLQE=";4343- })4440 ];45414642 nativeBuildInputs = [···5161 gtk35262 libpeas5363 librsvg5454- gnome-desktop5564 gsound5656- gnome.adwaita-icon-theme5765 gsettings-desktop-schemas5866 libnotify5967 ] ++ (with gst_all_1; [···6577 gst-devtools6678 ]);67796868- pythonPath = with python3Packages; [8080+ pythonPath = with python3.pkgs; [6981 pygobject37082 gst-python7171- pyxdg7283 numpy7384 pycairo7485 matplotlib7575- dbus-python8686+ librosa7687 ];77887889 postPatch = ''
+3-6
pkgs/desktops/gnome/apps/gnome-boxes/default.nix
···1313, gtk31414, gtksourceview41515, gtk-vnc1616-, freerdp1716, libvirt1817, spice-gtk1918, python3···54555556stdenv.mkDerivation rec {5657 pname = "gnome-boxes";5757- version = "42.1";5858+ version = "42.2";58595960 src = fetchurl {6061 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";6161- sha256 = "lvXQEbdQjbVhvw0WbA6p6LEhgFxA5dnzYRkkXBUXIIA=";6262+ sha256 = "98K8oU3K4oONsR+iyA4jQI41SBeK+GGg1NDcxql4ABU=";6263 };63646465 patches = [6565- # Fix path to libgovf-0.1.so (and libgtk-frdp-0.1.so when enabling rdp meson option)6666- # in the gir file. We patch gobject-introspection to hardcode absolute paths but6666+ # Fix path to libgovf-0.1.so in the gir file. We patch gobject-introspection to hardcode absolute paths but6767 # our Meson patch will only pass the info when install_dir is absolute as well.6868 ./fix-gir-lib-path.patch6969 ];···9193 buildInputs = [9294 acl9395 cyrus_sasl9494- freerdp9596 gdbm9697 glib9798 glib-networking