gnome3.gnome-software: 3.38.0 → 40.1
This commit is contained in:
parent
c95e3824c9
commit
91943886ef
@ -11,8 +11,9 @@
|
|||||||
, packagekit
|
, packagekit
|
||||||
, ostree
|
, ostree
|
||||||
, glib
|
, glib
|
||||||
, appstream-glib
|
, appstream
|
||||||
, libsoup
|
, libsoup
|
||||||
|
, libhandy
|
||||||
, polkit
|
, polkit
|
||||||
, isocodes
|
, isocodes
|
||||||
, gspell
|
, gspell
|
||||||
@ -42,11 +43,11 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-software";
|
pname = "gnome-software";
|
||||||
version = "3.38.0";
|
version = "40.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-software/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/gnome-software/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0rjm486vgn6gi9mv1rqdcvr9cilmw6in4r6djqkxbxqll89cp2l7";
|
sha256 = "16q2902swxsjdxb1nj335sv1bb76rvq4w6dn4yszkwf3s0fd86in";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -76,8 +77,9 @@ stdenv.mkDerivation rec {
|
|||||||
gtk3
|
gtk3
|
||||||
glib
|
glib
|
||||||
packagekit
|
packagekit
|
||||||
appstream-glib
|
appstream
|
||||||
libsoup
|
libsoup
|
||||||
|
libhandy
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gnome-desktop
|
gnome-desktop
|
||||||
gspell
|
gspell
|
||||||
@ -94,7 +96,6 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dubuntu_reviews=false"
|
|
||||||
"-Dgudev=false"
|
"-Dgudev=false"
|
||||||
# FIXME: package malcontent parental controls
|
# FIXME: package malcontent parental controls
|
||||||
"-Dmalcontent=false"
|
"-Dmalcontent=false"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user