gnome3.totem: 3.34.1 -> 3.38.0
https://gitlab.gnome.org/GNOME/totem/-/blob/V_3_38_0/NEWS
This commit is contained in:
parent
b08184bbc1
commit
a4b5fc6925
1 changed files with 7 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "totem";
|
||||
version = "3.34.1";
|
||||
version = "3.38.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/totem/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "028sc6xbyi7rs884862d8f3di6zhcm0lhvlpc3r69ifzjsq9my3b";
|
||||
sha256 = "0bs33ijvxbr2prb9yj4dxglsszslsn9k258n311sld84masz4ad8";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
@ -26,6 +26,11 @@ stdenv.mkDerivation rec {
|
|||
python3Packages.pygobject3 python3Packages.dbus-python # for plug-ins
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
# TODO: https://github.com/NixOS/nixpkgs/issues/36468
|
||||
"-Dc_args=-I${glib.dev}/include/gio-unix-2.0"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
chmod +x meson_compile_python.py meson_post_install.py # patchShebangs requires executable file
|
||||
patchShebangs .
|
||||
|
|
Loading…
Reference in a new issue