mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
gnome.gnome-music: 40.1.1 -> 41.0
- https://gitlab.gnome.org/GNOME/gnome-music/-/blob/41.0/NEWS
This commit is contained in:
parent
f9b11af83a
commit
1dbb4780bf
|
@ -25,18 +25,19 @@
|
||||||
, gst_all_1
|
, gst_all_1
|
||||||
, libdazzle
|
, libdazzle
|
||||||
, libsoup
|
, libsoup
|
||||||
|
, libhandy
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "gnome-music";
|
pname = "gnome-music";
|
||||||
version = "40.1.1";
|
version = "41.0";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "IMtnPhHC8xQ9NYjPyrmhInkQgOun3GASypTBhglVjVE=";
|
sha256 = "1llz2aqa3n3ivwl7i09pgylsbgrfzb872vcj1k7pvivxm1kkbcb9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -67,6 +68,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
libnotify
|
libnotify
|
||||||
libdazzle
|
libdazzle
|
||||||
libsoup
|
libsoup
|
||||||
|
libhandy
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
tracker
|
tracker
|
||||||
] ++ (with gst_all_1; [
|
] ++ (with gst_all_1; [
|
||||||
|
|
Loading…
Reference in a new issue