gnome3.totem: 3.32.1 → 3.34.0
vala and nautilus support was removed in 3.32.
This commit is contained in:
parent
fa8d17ba70
commit
2f2f17828c
1 changed files with 2 additions and 10 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "totem";
|
||||
version = "3.32.1";
|
||||
version = "3.34.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/totem/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "0yra8apc7smpwf7d1k8crhrm8d4wix24ds6i9yxbch1v11jnhr3v";
|
||||
sha256 = "00fpm3609zckiqjrlg3r64vz2mqych44kdkljxbidb847vg6xm84";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
@ -31,14 +31,6 @@ stdenv.mkDerivation rec {
|
|||
patchShebangs .
|
||||
'';
|
||||
|
||||
mesonFlags = [
|
||||
"-Dwith-nautilusdir=${placeholder "out"}/lib/nautilus/extensions-3.0"
|
||||
# https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1712021
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=784236
|
||||
# https://github.com/mesonbuild/meson/issues/1994
|
||||
"-Denable-vala=no"
|
||||
];
|
||||
|
||||
checkInputs = [ xvfb_run ];
|
||||
|
||||
checkPhase = ''
|
||||
|
|
Loading…
Reference in a new issue