gnome.cheese: 3.38.0 → 41.0
This commit is contained in:
parent
8b61a08118
commit
6fe6ba7737
1 changed files with 3 additions and 12 deletions
|
@ -2,7 +2,6 @@
|
||||||
, stdenv
|
, stdenv
|
||||||
, gettext
|
, gettext
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, fetchpatch
|
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, gnome-video-effects
|
, gnome-video-effects
|
||||||
, libcanberra-gtk3
|
, libcanberra-gtk3
|
||||||
|
@ -35,23 +34,15 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cheese";
|
pname = "cheese";
|
||||||
version = "3.38.0";
|
version = "41.0";
|
||||||
|
|
||||||
outputs = [ "out" "man" "devdoc" ];
|
outputs = [ "out" "man" "devdoc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/cheese/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/cheese/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0vyim2avlgq3a48rgdfz5g21kqk11mfb53b2l883340v88mp7ll8";
|
sha256 = "EG8d9n4c9Bwqp5yZveZ2rskA2wNstSX6EIObBhh9Ivk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Fix build with latest Vala or GLib
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://gitlab.gnome.org/GNOME/cheese/commit/7cf6268e54620bbbe5e6e61800c50fb0cb4bea57.patch";
|
|
||||||
sha256 = "WJgGNrpZLTahe7Sxr8HdTl+4Mf4VcmJb6DdiInlDcT4=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
appstream-glib
|
appstream-glib
|
||||||
docbook_xml_dtd_43
|
docbook_xml_dtd_43
|
||||||
|
|
Loading…
Reference in a new issue